2026-03-27 13:00:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 13:00:04 [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-27 13:00:04 [adesa.es] INFO: Starting spider adesa.es
2026-03-27 13:00:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 13:00:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 13:00:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 13:00:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 13:00:04 [scrapy.extensions.telnet] INFO: Telnet Password: 9d031bc643078284
2026-03-27 13:00:04 [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-27 13:00:04 [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.es/task_36_2026-03-27T13_00_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-27 13:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 13:00:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 13:00:04 [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-27 13:00:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 13:00:04 [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-27 13:00:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-27 13:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 13:00:05 [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-27 13:00:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 13:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 13:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-27 13:00:05 [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-27 13:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 13:00:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 13:00:05 [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-27 13:00:05 [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-27 13:00:05 [scrapy.core.engine] INFO: Spider opened
2026-03-27 13:00:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 13:00:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 13:00:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-27 13:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-27 13:00:05 [scrapy-playwright] INFO: Starting download handler
2026-03-27 13:00:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 13:00: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-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10735044
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710735044%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10735044: 1
2026-03-27 13:00:13 [adesa.es] INFO: Scraping item 10735044 url https://www.openlane.eu/en/carv6/auction/10735044
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10735047
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710735047%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10735047: 1
2026-03-27 13:00:13 [adesa.es] INFO: Scraping item 10735047 url https://www.openlane.eu/en/carv6/auction/10735047
2026-03-27 13:00:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10731506
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710731506%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10731506: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10731506 url https://www.openlane.eu/en/carv6/auction/10731506
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10405308
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710405308%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10405308: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10405308 url https://www.openlane.eu/en/carv6/auction/10405308
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10405305
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710405305%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10405305: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10405305 url https://www.openlane.eu/en/carv6/auction/10405305
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10518392
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710518392%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10518392: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10518392 url https://www.openlane.eu/en/carv6/auction/10518392
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10405309
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710405309%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10405309: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10405309 url https://www.openlane.eu/en/carv6/auction/10405309
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10472332
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710472332%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10472332: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10472332 url https://www.openlane.eu/en/carv6/auction/10472332
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10438527
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710438527%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10438527: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10438527 url https://www.openlane.eu/en/carv6/auction/10438527
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10505053
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710505053%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10505053: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10505053 url https://www.openlane.eu/en/carv6/auction/10505053
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10512793
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710512793%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10512793: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10512793 url https://www.openlane.eu/en/carv6/auction/10512793
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10472260
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710472260%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10472260: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10472260 url https://www.openlane.eu/en/carv6/auction/10472260
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10640376
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710640376%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10640376: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10640376 url https://www.openlane.eu/en/carv6/auction/10640376
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10699430
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699430%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10699430: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10699430 url https://www.openlane.eu/en/carv6/auction/10699430
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10699427
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699427%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10699427: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10699427 url https://www.openlane.eu/en/carv6/auction/10699427
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10612546
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710612546%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10612546: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10612546 url https://www.openlane.eu/en/carv6/auction/10612546
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10723809
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710723809%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10723809: 2
2026-03-27 13:00:13 [adesa.es] INFO: Scraping item 10723809 url https://www.openlane.eu/en/carv6/auction/10723809
2026-03-27 13:00:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10698910
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710698910%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10698910: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10698910 url https://www.openlane.eu/en/carv6/auction/10698910
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10698908
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710698908%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10698908: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10698908 url https://www.openlane.eu/en/carv6/auction/10698908
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10698919
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710698919%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10698919: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10698919 url https://www.openlane.eu/en/carv6/auction/10698919
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10698909
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710698909%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10698909: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10698909 url https://www.openlane.eu/en/carv6/auction/10698909
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10698907
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710698907%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10698907: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10698907 url https://www.openlane.eu/en/carv6/auction/10698907
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10682540
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710682540%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10682540: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10682540 url https://www.openlane.eu/en/carv6/auction/10682540
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10667492
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710667492%27 HTTP/1.1" 200 None
2026-03-27 13:00:13 [adesa.es] INFO: Scrape type for 10667492: 0
2026-03-27 13:00:13 [adesa.es] INFO: Skipping item 10667492 url https://www.openlane.eu/en/carv6/auction/10667492
2026-03-27 13:00:13 [adesa.es] INFO: Found listing with ID: 10452039
2026-03-27 13:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710452039%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10452039: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10452039 url https://www.openlane.eu/en/carv6/auction/10452039
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10518394
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710518394%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10518394: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10518394 url https://www.openlane.eu/en/carv6/auction/10518394
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10405314
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710405314%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10405314: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10405314 url https://www.openlane.eu/en/carv6/auction/10405314
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10405315
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710405315%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10405315: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10405315 url https://www.openlane.eu/en/carv6/auction/10405315
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10493754
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710493754%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10493754: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10493754 url https://www.openlane.eu/en/carv6/auction/10493754
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10550836
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710550836%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10550836: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10550836 url https://www.openlane.eu/en/carv6/auction/10550836
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10667491
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710667491%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10667491: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10667491 url https://www.openlane.eu/en/carv6/auction/10667491
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10405317
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710405317%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10405317: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10405317 url https://www.openlane.eu/en/carv6/auction/10405317
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10653126
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710653126%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10653126: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10653126 url https://www.openlane.eu/en/carv6/auction/10653126
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10727616
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710727616%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10727616: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10727616 url https://www.openlane.eu/en/carv6/auction/10727616
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10699483
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699483%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10699483: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10699483 url https://www.openlane.eu/en/carv6/auction/10699483
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10700528
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710700528%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10700528: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10700528 url https://www.openlane.eu/en/carv6/auction/10700528
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10699482
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699482%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10699482: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10699482 url https://www.openlane.eu/en/carv6/auction/10699482
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10666060
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710666060%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10666060: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10666060 url https://www.openlane.eu/en/carv6/auction/10666060
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10619585
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710619585%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10619585: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10619585 url https://www.openlane.eu/en/carv6/auction/10619585
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10655463
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710655463%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10655463: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10655463 url https://www.openlane.eu/en/carv6/auction/10655463
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10276412
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710276412%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10276412: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10276412 url https://www.openlane.eu/en/carv6/auction/10276412
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10643525
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710643525%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10643525: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10643525 url https://www.openlane.eu/en/carv6/auction/10643525
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10571283
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710571283%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10571283: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10571283 url https://www.openlane.eu/en/carv6/auction/10571283
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10405331
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710405331%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10405331: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10405331 url https://www.openlane.eu/en/carv6/auction/10405331
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10676254
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710676254%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10676254: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10676254 url https://www.openlane.eu/en/carv6/auction/10676254
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10571281
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710571281%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10571281: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10571281 url https://www.openlane.eu/en/carv6/auction/10571281
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10572723
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710572723%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10572723: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10572723 url https://www.openlane.eu/en/carv6/auction/10572723
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10694302
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710694302%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10694302: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10694302 url https://www.openlane.eu/en/carv6/auction/10694302
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10723147
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710723147%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10723147: 2
2026-03-27 13:00:14 [adesa.es] INFO: Scraping item 10723147 url https://www.openlane.eu/en/carv6/auction/10723147
2026-03-27 13:00:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10654226
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710654226%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10654226: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10654226 url https://www.openlane.eu/en/carv6/auction/10654226
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10633069
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710633069%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10633069: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10633069 url https://www.openlane.eu/en/carv6/auction/10633069
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10649239
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710649239%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10649239: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10649239 url https://www.openlane.eu/en/carv6/auction/10649239
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10699474
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699474%27 HTTP/1.1" 200 None
2026-03-27 13:00:14 [adesa.es] INFO: Scrape type for 10699474: 0
2026-03-27 13:00:14 [adesa.es] INFO: Skipping item 10699474 url https://www.openlane.eu/en/carv6/auction/10699474
2026-03-27 13:00:14 [adesa.es] INFO: Found listing with ID: 10648087
2026-03-27 13:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710648087%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10648087: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10648087 url https://www.openlane.eu/en/carv6/auction/10648087
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10633072
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710633072%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10633072: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10633072 url https://www.openlane.eu/en/carv6/auction/10633072
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10506267
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710506267%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10506267: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10506267 url https://www.openlane.eu/en/carv6/auction/10506267
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10532903
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710532903%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10532903: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10532903 url https://www.openlane.eu/en/carv6/auction/10532903
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10734336
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710734336%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10734336: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10734336 url https://www.openlane.eu/en/carv6/auction/10734336
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10698917
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710698917%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10698917: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10698917 url https://www.openlane.eu/en/carv6/auction/10698917
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10405389
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710405389%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10405389: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10405389 url https://www.openlane.eu/en/carv6/auction/10405389
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10190878
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710190878%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10190878: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10190878 url https://www.openlane.eu/en/carv6/auction/10190878
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10547993
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710547993%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10547993: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10547993 url https://www.openlane.eu/en/carv6/auction/10547993
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10390884
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710390884%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10390884: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10390884 url https://www.openlane.eu/en/carv6/auction/10390884
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10268081
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710268081%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10268081: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10268081 url https://www.openlane.eu/en/carv6/auction/10268081
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10290504
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710290504%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10290504: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10290504 url https://www.openlane.eu/en/carv6/auction/10290504
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10547995
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710547995%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10547995: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10547995 url https://www.openlane.eu/en/carv6/auction/10547995
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10517945
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710517945%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10517945: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10517945 url https://www.openlane.eu/en/carv6/auction/10517945
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10284087
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710284087%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10284087: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10284087 url https://www.openlane.eu/en/carv6/auction/10284087
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10288813
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710288813%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10288813: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10288813 url https://www.openlane.eu/en/carv6/auction/10288813
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10351796
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710351796%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10351796: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10351796 url https://www.openlane.eu/en/carv6/auction/10351796
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10463637
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710463637%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10463637: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10463637 url https://www.openlane.eu/en/carv6/auction/10463637
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10544796
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710544796%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10544796: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10544796 url https://www.openlane.eu/en/carv6/auction/10544796
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10366802
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710366802%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10366802: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10366802 url https://www.openlane.eu/en/carv6/auction/10366802
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10647804
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710647804%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10647804: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10647804 url https://www.openlane.eu/en/carv6/auction/10647804
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10371381
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710371381%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10371381: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10371381 url https://www.openlane.eu/en/carv6/auction/10371381
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10491567
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710491567%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10491567: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10491567 url https://www.openlane.eu/en/carv6/auction/10491567
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10666055
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710666055%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10666055: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10666055 url https://www.openlane.eu/en/carv6/auction/10666055
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10419050
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710419050%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10419050: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10419050 url https://www.openlane.eu/en/carv6/auction/10419050
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10699394
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699394%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10699394: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10699394 url https://www.openlane.eu/en/carv6/auction/10699394
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10699405
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699405%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10699405: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10699405 url https://www.openlane.eu/en/carv6/auction/10699405
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10699409
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699409%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10699409: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10699409 url https://www.openlane.eu/en/carv6/auction/10699409
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10620011
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710620011%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10620011: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10620011 url https://www.openlane.eu/en/carv6/auction/10620011
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10583626
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710583626%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10583626: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10583626 url https://www.openlane.eu/en/carv6/auction/10583626
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10729511
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710729511%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10729511: 2
2026-03-27 13:00:15 [adesa.es] INFO: Scraping item 10729511 url https://www.openlane.eu/en/carv6/auction/10729511
2026-03-27 13:00:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10719698
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710719698%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10719698: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10719698 url https://www.openlane.eu/en/carv6/auction/10719698
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10719691
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710719691%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10719691: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10719691 url https://www.openlane.eu/en/carv6/auction/10719691
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10620671
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710620671%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10620671: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10620671 url https://www.openlane.eu/en/carv6/auction/10620671
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10620669
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710620669%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10620669: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10620669 url https://www.openlane.eu/en/carv6/auction/10620669
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10730651
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710730651%27 HTTP/1.1" 200 None
2026-03-27 13:00:15 [adesa.es] INFO: Scrape type for 10730651: 0
2026-03-27 13:00:15 [adesa.es] INFO: Skipping item 10730651 url https://www.openlane.eu/en/carv6/auction/10730651
2026-03-27 13:00:15 [adesa.es] INFO: Found listing with ID: 10729505
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710729505%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10729505: 2
2026-03-27 13:00:16 [adesa.es] INFO: Scraping item 10729505 url https://www.openlane.eu/en/carv6/auction/10729505
2026-03-27 13:00:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10733383
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710733383%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10733383: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10733383 url https://www.openlane.eu/en/carv6/auction/10733383
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10732543
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710732543%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10732543: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10732543 url https://www.openlane.eu/en/carv6/auction/10732543
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10730664
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710730664%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10730664: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10730664 url https://www.openlane.eu/en/carv6/auction/10730664
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10690632
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710690632%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10690632: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10690632 url https://www.openlane.eu/en/carv6/auction/10690632
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10721604
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710721604%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10721604: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10721604 url https://www.openlane.eu/en/carv6/auction/10721604
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10731309
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710731309%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10731309: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10731309 url https://www.openlane.eu/en/carv6/auction/10731309
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10563498
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710563498%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10563498: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10563498 url https://www.openlane.eu/en/carv6/auction/10563498
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10699413
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699413%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10699413: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10699413 url https://www.openlane.eu/en/carv6/auction/10699413
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10597842
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710597842%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10597842: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10597842 url https://www.openlane.eu/en/carv6/auction/10597842
2026-03-27 13:00:16 [adesa.es] INFO: Found listing with ID: 10699495
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699495%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [adesa.es] INFO: Scrape type for 10699495: 0
2026-03-27 13:00:16 [adesa.es] INFO: Skipping item 10699495 url https://www.openlane.eu/en/carv6/auction/10699495
2026-03-27 13:00:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 13:00:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 13:00:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10735044> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-27 13:00:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9db1da6-8818-536b-9098-00508b22c3ae with identifier: 10735044
2026-03-27 13:00:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9db1da6-8818-536b-9098-00508b22c3ae with scrape type 1
2026-03-27 13:00:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d9db1da6-8818-536b-9098-00508b22c3ae
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252F15c3d8d3-2eb9-4956-bdc3-53cabc6c280c.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/15c3d8d3-2eb9-4956-bdc3-53cabc6c280c.jpg already downloaded
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252F0e6701b1-9975-4e7f-8ac2-7959afdb4b79.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/0e6701b1-9975-4e7f-8ac2-7959afdb4b79.jpg already downloaded
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252F629397e3-7004-455f-a729-38fea69322d6.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/629397e3-7004-455f-a729-38fea69322d6.jpg already downloaded
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252Fcab19c1d-ad2f-4d0d-ac6a-d42d10d5d887.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/cab19c1d-ad2f-4d0d-ac6a-d42d10d5d887.jpg already downloaded
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252Fd1b24f9a-93f6-4391-8fd5-601cecbafe3b.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/d1b24f9a-93f6-4391-8fd5-601cecbafe3b.jpg already downloaded
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252F864ae586-f505-49e3-9562-760373330e01.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/864ae586-f505-49e3-9562-760373330e01.jpg already downloaded
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252Fb3cef2a7-257d-4901-b841-943bbcdc4fcb.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/b3cef2a7-257d-4901-b841-943bbcdc4fcb.jpg already downloaded
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252F7af772c8-2f3d-438c-8525-e3b70347eb66.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/7af772c8-2f3d-438c-8525-e3b70347eb66.jpg already downloaded
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252F730930e7-9510-4f85-9c4b-6a23bfa33269.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/730930e7-9510-4f85-9c4b-6a23bfa33269.jpg already downloaded
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5592392%252Fgeneral%252F91df6196-a957-4994-acee-bf9e76a26c13.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5592392/general/91df6196-a957-4994-acee-bf9e76a26c13.jpg already downloaded
2026-03-27 13:00:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.es, Processed item id: d9db1da6-8818-536b-9098-00508b22c3ae, identifier: 10735044
2026-03-27 13:00:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.es, Translating item: d9db1da6-8818-536b-9098-00508b22c3ae with identifier: 10735044
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-27 13:00:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Benzine HTTP/1.1" 200 None
2026-03-27 13:00:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 13:00:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 13:00:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.es, Applying rules to item: d9db1da6-8818-536b-9098-00508b22c3ae with identifier: 10735044
2026-03-27 13:00:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.es, Posting item: d9db1da6-8818-536b-9098-00508b22c3ae with identifier: 10735044 to the API
2026-03-27 13:00:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 13:00: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-27 13:00:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10735044>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.0L',
'engine_horse_power': 231,
'expiration_date': '2026-03-30T14:05:00Z',
'fuel_type': 'Petrol',
'id': 'd9db1da6-8818-536b-9098-00508b22c3ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'U 6644KDH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10735044',
'listing': 'auctionplusdirectbuy',
'location': 'Soto del Real (Madrid) (Spain)',
'make': 'Mini',
'model': 'Clubman',
'odometer': 68979,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5592392/general/15c3d8d3-2eb9-4956-bdc3-53cabc6c280c.jpg',
'https://images.openlane.eu/carimgs/5592392/general/0e6701b1-9975-4e7f-8ac2-7959afdb4b79.jpg',
'https://images.openlane.eu/carimgs/5592392/general/629397e3-7004-455f-a729-38fea69322d6.jpg',
'https://images.openlane.eu/carimgs/5592392/general/cab19c1d-ad2f-4d0d-ac6a-d42d10d5d887.jpg',
'https://images.openlane.eu/carimgs/5592392/general/d1b24f9a-93f6-4391-8fd5-601cecbafe3b.jpg',
'https://images.openlane.eu/carimgs/5592392/general/864ae586-f505-49e3-9562-760373330e01.jpg',
'https://images.openlane.eu/carimgs/5592392/general/b3cef2a7-257d-4901-b841-943bbcdc4fcb.jpg',
'https://images.openlane.eu/carimgs/5592392/general/7af772c8-2f3d-438c-8525-e3b70347eb66.jpg',
'https://images.openlane.eu/carimgs/5592392/general/730930e7-9510-4f85-9c4b-6a23bfa33269.jpg',
'https://images.openlane.eu/carimgs/5592392/general/91df6196-a957-4994-acee-bf9e76a26c13.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83528,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/15c3d8d3-2eb9-4956-bdc3-53cabc6c280c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87646,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/0e6701b1-9975-4e7f-8ac2-7959afdb4b79.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78077,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/629397e3-7004-455f-a729-38fea69322d6.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89750,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/cab19c1d-ad2f-4d0d-ac6a-d42d10d5d887.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 65826,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/d1b24f9a-93f6-4391-8fd5-601cecbafe3b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76911,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/864ae586-f505-49e3-9562-760373330e01.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75945,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/b3cef2a7-257d-4901-b841-943bbcdc4fcb.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107349,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/7af772c8-2f3d-438c-8525-e3b70347eb66.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100537,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/730930e7-9510-4f85-9c4b-6a23bfa33269.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9db1da6-8818-536b-9098-00508b22c3ae/d9db1da6-8818-536b-9098-00508b22c3ae_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84501,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5592392/general/91df6196-a957-4994-acee-bf9e76a26c13.jpg',
'Width': 1024}],
'price': 14200,
'price_includes_vat': True,
'registration_date': '2017-09-28',
'seats_number': 5,
'seller_name': 'SANTANDER CONSUMER RENTING',
'title': 'Mini Clubman John Cooper Works - Petrol - Automatic - 231 hp - '
'68.979 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2017}
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710735044%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [adesa.es] INFO: Saving data for 10735044: {'created_time': 1774616419.244122, 'last_price_update_time': 1774616419.244132, 'auction_closing_time': 1774879500.0}
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.es',RowKey='10735044') HTTP/1.1" 204 0
2026-03-27 13:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10735047> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-27 13:00:19 [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-27 13:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723809> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-27 13:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723147> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-27 13:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10729505> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-27 13:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10729511> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-27 13:00:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: beafadc1-f697-53ba-926a-1a8f9c8fefde with identifier: 10735047
2026-03-27 13:00:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item beafadc1-f697-53ba-926a-1a8f9c8fefde with scrape type 1
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item beafadc1-f697-53ba-926a-1a8f9c8fefde
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252Fbbe6791b-a75b-4178-a23e-4d50ba222266.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/bbe6791b-a75b-4178-a23e-4d50ba222266.jpg already downloaded
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252Ffea11be8-6bbe-4092-b3e0-ffc9d7ab677a.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/fea11be8-6bbe-4092-b3e0-ffc9d7ab677a.jpg already downloaded
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252F7c26e5d1-182f-455a-92af-409887511b53.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/7c26e5d1-182f-455a-92af-409887511b53.jpg already downloaded
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252Fe72490a0-3a31-4ca0-a1d4-009822da5691.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/e72490a0-3a31-4ca0-a1d4-009822da5691.jpg already downloaded
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252F7ed87c80-e58e-4bb0-8af9-673e1e5b1535.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/7ed87c80-e58e-4bb0-8af9-673e1e5b1535.jpg already downloaded
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252Fbec72753-6166-4db0-bef8-1db234f9f74b.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/bec72753-6166-4db0-bef8-1db234f9f74b.jpg already downloaded
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252F089f4953-348a-499e-9aff-6da0f9713cc3.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/089f4953-348a-499e-9aff-6da0f9713cc3.jpg already downloaded
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252F9e09b663-e3c0-4992-a9cd-a68e70aa3e6f.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/9e09b663-e3c0-4992-a9cd-a68e70aa3e6f.jpg already downloaded
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252F9c1c3794-6afe-4af1-a669-0b9c6b0bf52c.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/9c1c3794-6afe-4af1-a669-0b9c6b0bf52c.jpg already downloaded
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5671311%252Fgeneral%252F8d2e1035-0b16-49fc-b18a-2add275133aa.jpg%27 HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5671311/general/8d2e1035-0b16-49fc-b18a-2add275133aa.jpg already downloaded
2026-03-27 13:00:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.es, Processed item id: beafadc1-f697-53ba-926a-1a8f9c8fefde, identifier: 10735047
2026-03-27 13:00:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.es, Translating item: beafadc1-f697-53ba-926a-1a8f9c8fefde with identifier: 10735047
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-27 13:00:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 13:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 13:00:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.es, Applying rules to item: beafadc1-f697-53ba-926a-1a8f9c8fefde with identifier: 10735047
2026-03-27 13:00:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.es, Posting item: beafadc1-f697-53ba-926a-1a8f9c8fefde with identifier: 10735047 to the API
2026-03-27 13:00:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 13:00: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-27 13:00:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10735047>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T14:05:00Z',
'fuel_type': 'Diesel',
'id': 'beafadc1-f697-53ba-926a-1a8f9c8fefde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '3396LTC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10735047',
'listing': 'auctionplusdirectbuy',
'location': 'Soto del Real (Madrid) (Spain)',
'make': 'Peugeot',
'model': '3008',
'odometer': 175835,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 38,
'photo_urls': ['https://images.openlane.eu/carimgs/5671311/general/bbe6791b-a75b-4178-a23e-4d50ba222266.jpg',
'https://images.openlane.eu/carimgs/5671311/general/fea11be8-6bbe-4092-b3e0-ffc9d7ab677a.jpg',
'https://images.openlane.eu/carimgs/5671311/general/7c26e5d1-182f-455a-92af-409887511b53.jpg',
'https://images.openlane.eu/carimgs/5671311/general/e72490a0-3a31-4ca0-a1d4-009822da5691.jpg',
'https://images.openlane.eu/carimgs/5671311/general/7ed87c80-e58e-4bb0-8af9-673e1e5b1535.jpg',
'https://images.openlane.eu/carimgs/5671311/general/bec72753-6166-4db0-bef8-1db234f9f74b.jpg',
'https://images.openlane.eu/carimgs/5671311/general/089f4953-348a-499e-9aff-6da0f9713cc3.jpg',
'https://images.openlane.eu/carimgs/5671311/general/9e09b663-e3c0-4992-a9cd-a68e70aa3e6f.jpg',
'https://images.openlane.eu/carimgs/5671311/general/9c1c3794-6afe-4af1-a669-0b9c6b0bf52c.jpg',
'https://images.openlane.eu/carimgs/5671311/general/8d2e1035-0b16-49fc-b18a-2add275133aa.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79872,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/bbe6791b-a75b-4178-a23e-4d50ba222266.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 84980,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/fea11be8-6bbe-4092-b3e0-ffc9d7ab677a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 69754,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/7c26e5d1-182f-455a-92af-409887511b53.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83414,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/e72490a0-3a31-4ca0-a1d4-009822da5691.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64651,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/7ed87c80-e58e-4bb0-8af9-673e1e5b1535.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78029,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/bec72753-6166-4db0-bef8-1db234f9f74b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76098,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/089f4953-348a-499e-9aff-6da0f9713cc3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109022,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/9e09b663-e3c0-4992-a9cd-a68e70aa3e6f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83892,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/9c1c3794-6afe-4af1-a669-0b9c6b0bf52c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_beafadc1-f697-53ba-926a-1a8f9c8fefde/beafadc1-f697-53ba-926a-1a8f9c8fefde_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 54033,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5671311/general/8d2e1035-0b16-49fc-b18a-2add275133aa.jpg',
'Width': 1024}],
'price': 6900,
'price_includes_vat': True,
'registration_date': '2018-05-29',
'seats_number': 5,
'seller_name': 'SANTANDER CONSUMER RENTING',
'title': 'Peugeot 3008 Allure Business - Diesel - Automatic - 130 hp - '
'175.835 km',
'transmission': 'automatic',
'trim': 'Allure Business',
'vin': None,
'year': 2018}
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710735047%27 HTTP/1.1" 200 None
2026-03-27 13:00:21 [adesa.es] INFO: Saving data for 10735047: {'created_time': 1774616421.348337, 'last_price_update_time': 1774616421.348346, 'auction_closing_time': 1774879500.0}
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.es',RowKey='10735047') HTTP/1.1" 204 0
2026-03-27 13:00:21 [adesa.es] INFO: Found listing with ID: 10699500
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710699500%27 HTTP/1.1" 200 None
2026-03-27 13:00:21 [adesa.es] INFO: Scrape type for 10699500: 0
2026-03-27 13:00:21 [adesa.es] INFO: Skipping item 10699500 url https://www.openlane.eu/en/carv6/auction/10699500
2026-03-27 13:00:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb492cc0-7ff4-523b-be53-6d78197a0747 with identifier: 10723809
2026-03-27 13:00:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb492cc0-7ff4-523b-be53-6d78197a0747 with scrape type 2
2026-03-27 13:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb492cc0-7ff4-523b-be53-6d78197a0747 with scrape type 2
2026-03-27 13:00:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.es, Processed item id: eb492cc0-7ff4-523b-be53-6d78197a0747, identifier: 10723809
2026-03-27 13:00:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6069b8-b4b8-506e-99c9-4302a0a00c4b with identifier: 10723147
2026-03-27 13:00:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6069b8-b4b8-506e-99c9-4302a0a00c4b with scrape type 2
2026-03-27 13:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e6069b8-b4b8-506e-99c9-4302a0a00c4b with scrape type 2
2026-03-27 13:00:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.es, Processed item id: 0e6069b8-b4b8-506e-99c9-4302a0a00c4b, identifier: 10723147
2026-03-27 13:00:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 476eb4d2-c71f-5bd3-873c-bfebe340e2c0 with identifier: 10729505
2026-03-27 13:00:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 476eb4d2-c71f-5bd3-873c-bfebe340e2c0 with scrape type 2
2026-03-27 13:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 476eb4d2-c71f-5bd3-873c-bfebe340e2c0 with scrape type 2
2026-03-27 13:00:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.es, Processed item id: 476eb4d2-c71f-5bd3-873c-bfebe340e2c0, identifier: 10729505
2026-03-27 13:00:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38287e5e-e2e9-5c01-860d-6ec8f7e900e2 with identifier: 10729511
2026-03-27 13:00:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38287e5e-e2e9-5c01-860d-6ec8f7e900e2 with scrape type 2
2026-03-27 13:00:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38287e5e-e2e9-5c01-860d-6ec8f7e900e2 with scrape type 2
2026-03-27 13:00:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.es, Processed item id: 38287e5e-e2e9-5c01-860d-6ec8f7e900e2, identifier: 10729511
2026-03-27 13:00:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.es, Translating item: eb492cc0-7ff4-523b-be53-6d78197a0747 with identifier: 10723809
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Blue HTTP/1.1" 200 None
2026-03-27 13:00:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 13:00:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.es, Applying rules to item: eb492cc0-7ff4-523b-be53-6d78197a0747 with identifier: 10723809
2026-03-27 13:00:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.es, Posting item: eb492cc0-7ff4-523b-be53-6d78197a0747 with identifier: 10723809 to the API
2026-03-27 13:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 13:00: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-27 13:00:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723809>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 170,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': 'eb492cc0-7ff4-523b-be53-6d78197a0747',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': '1684MYN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723809',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 14541,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 35300,
'price_includes_vat': True,
'registration_date': '2025-02-20',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'BMW X1 20i M Sport - Petrol - Automatic - 170 hp - 14.541 km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2025}
2026-03-27 13:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710723809%27 HTTP/1.1" 200 None
2026-03-27 13:00:22 [adesa.es] INFO: Saving data for 10723809: {'auction_closing_time': 1798675200.0, 'created_time': 1774519223.230905, 'last_price_update_time': 1774616422.768298}
2026-03-27 13:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.es',RowKey='10723809') HTTP/1.1" 204 0
2026-03-27 13:00:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.es, Translating item: 0e6069b8-b4b8-506e-99c9-4302a0a00c4b with identifier: 10723147
2026-03-27 13:00:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 13:00:22 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-27 13:00:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 13:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 13:00:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.es, Applying rules to item: 0e6069b8-b4b8-506e-99c9-4302a0a00c4b with identifier: 10723147
2026-03-27 13:00:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.es, Posting item: 0e6069b8-b4b8-506e-99c9-4302a0a00c4b with identifier: 10723147 to the API
2026-03-27 13:00:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 13:00:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 13:00:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723147>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'engine_horse_power': 138,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': '0e6069b8-b4b8-506e-99c9-4302a0a00c4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': '56761',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723147',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'e-Rifter',
'odometer': 2172,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 23000,
'price_includes_vat': True,
'registration_date': '2025-04-03',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot e-Rifter Allure - Electric - Automatic - 138 hp - 2.172 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-27 13:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710723147%27 HTTP/1.1" 200 None
2026-03-27 13:00:24 [adesa.es] INFO: Saving data for 10723147: {'auction_closing_time': 1798675200.0, 'created_time': 1774519225.191488, 'last_price_update_time': 1774616424.16465}
2026-03-27 13:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.es',RowKey='10723147') HTTP/1.1" 204 0
2026-03-27 13:00:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.es, Translating item: 476eb4d2-c71f-5bd3-873c-bfebe340e2c0 with identifier: 10729505
2026-03-27 13:00:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 13:00:24 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Purple HTTP/1.1" 200 None
2026-03-27 13:00:25 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 13:00:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 13:00:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.es, Applying rules to item: 476eb4d2-c71f-5bd3-873c-bfebe340e2c0 with identifier: 10729505
2026-03-27 13:00:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.es, Posting item: 476eb4d2-c71f-5bd3-873c-bfebe340e2c0 with identifier: 10729505 to the API
2026-03-27 13:00:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 13:00: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-27 13:00:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10729505>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'Hatchback',
'color': 'Purple',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 131,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Diesel',
'id': '476eb4d2-c71f-5bd3-873c-bfebe340e2c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': '7080MVT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10729505',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS4',
'odometer': 8304,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 22000,
'price_includes_vat': True,
'registration_date': '2024-10-17',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS4 1.5 HDI - Diesel - Automatic - 131 hp - 8.304 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710729505%27 HTTP/1.1" 200 None
2026-03-27 13:00:26 [adesa.es] INFO: Saving data for 10729505: {'auction_closing_time': 1798671600.0, 'created_time': 1774519230.906002, 'last_price_update_time': 1774616426.01833}
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.es',RowKey='10729505') HTTP/1.1" 204 0
2026-03-27 13:00:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.es, Translating item: 38287e5e-e2e9-5c01-860d-6ec8f7e900e2 with identifier: 10729511
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-27 13:00:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-27 13:00:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.es, Applying rules to item: 38287e5e-e2e9-5c01-860d-6ec8f7e900e2 with identifier: 10729511
2026-03-27 13:00:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.es, Posting item: 38287e5e-e2e9-5c01-860d-6ec8f7e900e2 with identifier: 10729511 to the API
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 13:00:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10729511>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Diesel',
'id': '38287e5e-e2e9-5c01-860d-6ec8f7e900e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'license_plate': '5976NBZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10729511',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 13664,
'odometer_reading_unit': 'km',
'origin_country_code': 'ES',
'original_photo_count': 0,
'price': 35100,
'price_includes_vat': True,
'registration_date': '2025-05-26',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'BMW X2 18d M Sport - Diesel - Automatic - 150 hp - 13.664 km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2025}
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20RowKey%20eq%20%2710729511%27 HTTP/1.1" 200 None
2026-03-27 13:00:26 [adesa.es] INFO: Saving data for 10729511: {'auction_closing_time': 1798671600.0, 'created_time': 1774519227.854175, 'last_price_update_time': 1774616426.732119}
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.es',RowKey='10729511') HTTP/1.1" 204 0
2026-03-27 13:00:26 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 13:00:26 [adesa.es] INFO: adesa.es 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>: 1, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:00:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.es%27%20and%20last_price_update_time%20lt%201774184426 HTTP/1.1" 200 None
2026-03-27 13:00:26 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (6 items) in: file:///var/lib/scrapyd/items/sourcing_v2/adesa.es/task_36_2026-03-27T13_00_00.jl
2026-03-27 13:00:26 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 7962,
'downloader/request_count': 8,
'downloader/request_method_count/GET': 6,
'downloader/request_method_count/POST': 2,
'downloader/response_bytes': 750829,
'downloader/response_count': 8,
'downloader/response_status_count/200': 8,
'elapsed_time_seconds': 21.4625,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 13, 0, 26, 873449, tzinfo=datetime.timezone.utc),
'item_scraped_count': 6,
'log_count/DEBUG': 331,
'log_count/INFO': 419,
'memusage/max': 150319104,
'memusage/startup': 150319104,
'request_depth_max': 1,
'response_received_count': 8,
'scheduler/dequeued': 8,
'scheduler/dequeued/memory': 8,
'scheduler/enqueued': 8,
'scheduler/enqueued/memory': 8,
'scrape_type/new': 2,
'scrape_type/price_update': 4,
'scrape_type/skipped': 95,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 8,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 3.612497491936665,
'scrapy-zyte-api/mean_response_seconds': 3.6458580148755573,
'scrapy-zyte-api/processed': 8,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 8,
'scrapy-zyte-api/request_args/experimental.requestCookies': 7,
'scrapy-zyte-api/request_args/experimental.responseCookies': 8,
'scrapy-zyte-api/request_args/httpRequestBody': 2,
'scrapy-zyte-api/request_args/httpRequestMethod': 2,
'scrapy-zyte-api/request_args/httpResponseBody': 8,
'scrapy-zyte-api/request_args/httpResponseHeaders': 8,
'scrapy-zyte-api/request_args/url': 8,
'scrapy-zyte-api/status_codes/200': 8,
'scrapy-zyte-api/success': 8,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 101,
'source/total_available': 101,
'start_time': datetime.datetime(2026, 3, 27, 13, 0, 5, 410949, tzinfo=datetime.timezone.utc)}
2026-03-27 13:00:26 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-27 13:00:27 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2c233a9d10>
2026-03-27 13:00:27 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2c233aa190>