2026-03-26 13:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 13:30:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-26 13:30:06 [adesa.fr] INFO: Starting spider adesa.fr
2026-03-26 13:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 13:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 13:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 13:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 13:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: cb268be8f6237297
2026-03-26 13:30:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-26 13:30:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/adesa.fr/task_41_2026-03-26T13_30_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-26 13:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 13:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 13:30:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-26 13:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 13:30:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-26 13:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-26 13:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 13:30:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-26 13:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 13:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 13:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:07 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-26 13:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
2026-03-26 13:30:07 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 13:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 13:30:07 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-26 13:30:07 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-26 13:30:07 [scrapy.core.engine] INFO: Spider opened
2026-03-26 13:30:07 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 13:30:07 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
2026-03-26 13:30:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-26 13:30:07 [scrapy-playwright] INFO: Starting download handler
2026-03-26 13:30:07 [scrapy-playwright] INFO: Starting download handler
2026-03-26 13:30:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:13 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:13 [adesa.fr] INFO: Found listing with ID: 10728922
2026-03-26 13:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728922%27 HTTP/1.1" 200 None
2026-03-26 13:30:13 [adesa.fr] INFO: Scrape type for 10728922: 1
2026-03-26 13:30:13 [adesa.fr] INFO: Scraping item 10728922 url https://www.openlane.eu/en/carv6/auction/10728922
2026-03-26 13:30:13 [adesa.fr] INFO: Found listing with ID: 10728899
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728899%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728899: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728899 url https://www.openlane.eu/en/carv6/auction/10728899
2026-03-26 13:30:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728890
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728890%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728890: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728890 url https://www.openlane.eu/en/carv6/auction/10728890
2026-03-26 13:30:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728894
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728894%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728894: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728894 url https://www.openlane.eu/en/carv6/auction/10728894
2026-03-26 13:30:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728875
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728875%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728875: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728875 url https://www.openlane.eu/en/carv6/auction/10728875
2026-03-26 13:30:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728869
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728869%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728869: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728869 url https://www.openlane.eu/en/carv6/auction/10728869
2026-03-26 13:30:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728868
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728868%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728868: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728868 url https://www.openlane.eu/en/carv6/auction/10728868
2026-03-26 13:30:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728871
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728871%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728871: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728871 url https://www.openlane.eu/en/carv6/auction/10728871
2026-03-26 13:30:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728932
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728932%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728932: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728932 url https://www.openlane.eu/en/carv6/auction/10728932
2026-03-26 13:30:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728908
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728908%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728908: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728908 url https://www.openlane.eu/en/carv6/auction/10728908
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728872
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728872%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728872: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728872 url https://www.openlane.eu/en/carv6/auction/10728872
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728864
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728864%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728864: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728864 url https://www.openlane.eu/en/carv6/auction/10728864
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728933
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728933%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728933: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728933 url https://www.openlane.eu/en/carv6/auction/10728933
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728924
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728924%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728924: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728924 url https://www.openlane.eu/en/carv6/auction/10728924
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728897
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728897%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728897: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728897 url https://www.openlane.eu/en/carv6/auction/10728897
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728901
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728901%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728901: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728901 url https://www.openlane.eu/en/carv6/auction/10728901
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728885
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728885%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728885: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728885 url https://www.openlane.eu/en/carv6/auction/10728885
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728905
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728905%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728905: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728905 url https://www.openlane.eu/en/carv6/auction/10728905
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728827
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728827%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728827: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728827 url https://www.openlane.eu/en/carv6/auction/10728827
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728842
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728842%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728842: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728842 url https://www.openlane.eu/en/carv6/auction/10728842
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10728796
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728796%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10728796: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10728796 url https://www.openlane.eu/en/carv6/auction/10728796
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10730405
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730405%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10730405: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10730405 url https://www.openlane.eu/en/carv6/auction/10730405
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10730400
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730400%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10730400: 1
2026-03-26 13:30:14 [adesa.fr] INFO: Scraping item 10730400 url https://www.openlane.eu/en/carv6/auction/10730400
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10719097
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719097%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10719097: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10719097 url https://www.openlane.eu/en/carv6/auction/10719097
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10719096
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719096%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10719096: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10719096 url https://www.openlane.eu/en/carv6/auction/10719096
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726025
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726025%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726025: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726025 url https://www.openlane.eu/en/carv6/auction/10726025
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726016
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726016%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726016: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726016 url https://www.openlane.eu/en/carv6/auction/10726016
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10719095
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719095%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10719095: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10719095 url https://www.openlane.eu/en/carv6/auction/10719095
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726034
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726034%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726034: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726034 url https://www.openlane.eu/en/carv6/auction/10726034
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726022
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726022%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726022: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726022 url https://www.openlane.eu/en/carv6/auction/10726022
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726008
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726008%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726008: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726008 url https://www.openlane.eu/en/carv6/auction/10726008
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726018
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726018%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726018: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726018 url https://www.openlane.eu/en/carv6/auction/10726018
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726004
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726004%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726004: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726004 url https://www.openlane.eu/en/carv6/auction/10726004
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726012
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726012%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726012: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726012 url https://www.openlane.eu/en/carv6/auction/10726012
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726020
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726020%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726020: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726020 url https://www.openlane.eu/en/carv6/auction/10726020
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726026
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726026%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726026: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726026 url https://www.openlane.eu/en/carv6/auction/10726026
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726030
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726030%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726030: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726030 url https://www.openlane.eu/en/carv6/auction/10726030
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726027
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726027%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726027: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726027 url https://www.openlane.eu/en/carv6/auction/10726027
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726029
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726029%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726029: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726029 url https://www.openlane.eu/en/carv6/auction/10726029
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726024
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726024%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726024: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726024 url https://www.openlane.eu/en/carv6/auction/10726024
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726023
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726023%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726023: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726023 url https://www.openlane.eu/en/carv6/auction/10726023
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10712844
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710712844%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10712844: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10712844 url https://www.openlane.eu/en/carv6/auction/10712844
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726006
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726006%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726006: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726006 url https://www.openlane.eu/en/carv6/auction/10726006
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726011
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726011%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726011: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726011 url https://www.openlane.eu/en/carv6/auction/10726011
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726005
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726005%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726005: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726005 url https://www.openlane.eu/en/carv6/auction/10726005
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726010
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726010%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726010: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726010 url https://www.openlane.eu/en/carv6/auction/10726010
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726021
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726021%27 HTTP/1.1" 200 None
2026-03-26 13:30:14 [adesa.fr] INFO: Scrape type for 10726021: 0
2026-03-26 13:30:14 [adesa.fr] INFO: Skipping item 10726021 url https://www.openlane.eu/en/carv6/auction/10726021
2026-03-26 13:30:14 [adesa.fr] INFO: Found listing with ID: 10726032
2026-03-26 13:30:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726032%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10726032: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10726032 url https://www.openlane.eu/en/carv6/auction/10726032
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10726013
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726013%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10726013: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10726013 url https://www.openlane.eu/en/carv6/auction/10726013
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10726031
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726031%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10726031: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10726031 url https://www.openlane.eu/en/carv6/auction/10726031
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728325
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728325%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728325: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728325 url https://www.openlane.eu/en/carv6/auction/10728325
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728503
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728503%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728503: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728503 url https://www.openlane.eu/en/carv6/auction/10728503
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728528
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728528%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728528: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728528 url https://www.openlane.eu/en/carv6/auction/10728528
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728362
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728362%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728362: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728362 url https://www.openlane.eu/en/carv6/auction/10728362
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728288
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728288%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728288: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728288 url https://www.openlane.eu/en/carv6/auction/10728288
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728272
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728272%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728272: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728272 url https://www.openlane.eu/en/carv6/auction/10728272
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728349
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728349%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728349: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728349 url https://www.openlane.eu/en/carv6/auction/10728349
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728263
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728263%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728263: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728263 url https://www.openlane.eu/en/carv6/auction/10728263
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728351
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728351%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728351: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728351 url https://www.openlane.eu/en/carv6/auction/10728351
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728517
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728517%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728517: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728517 url https://www.openlane.eu/en/carv6/auction/10728517
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728293
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728293%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728293: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728293 url https://www.openlane.eu/en/carv6/auction/10728293
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728324
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728324%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728324: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728324 url https://www.openlane.eu/en/carv6/auction/10728324
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728318
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728318%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728318: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728318 url https://www.openlane.eu/en/carv6/auction/10728318
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728421
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728421%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728421: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728421 url https://www.openlane.eu/en/carv6/auction/10728421
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728530
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728530%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728530: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728530 url https://www.openlane.eu/en/carv6/auction/10728530
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728538
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728538%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728538: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728538 url https://www.openlane.eu/en/carv6/auction/10728538
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728529
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728529%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728529: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728529 url https://www.openlane.eu/en/carv6/auction/10728529
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728552
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728552%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728552: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728552 url https://www.openlane.eu/en/carv6/auction/10728552
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728332
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728332%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728332: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728332 url https://www.openlane.eu/en/carv6/auction/10728332
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728305
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728305%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728305: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728305 url https://www.openlane.eu/en/carv6/auction/10728305
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728323
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728323%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728323: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728323 url https://www.openlane.eu/en/carv6/auction/10728323
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728287
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728287%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728287: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728287 url https://www.openlane.eu/en/carv6/auction/10728287
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728331
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728331%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728331: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728331 url https://www.openlane.eu/en/carv6/auction/10728331
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728543
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728543%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728543: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728543 url https://www.openlane.eu/en/carv6/auction/10728543
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728527
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728527%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728527: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728527 url https://www.openlane.eu/en/carv6/auction/10728527
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728289
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728289%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728289: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728289 url https://www.openlane.eu/en/carv6/auction/10728289
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728555
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728555%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728555: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728555 url https://www.openlane.eu/en/carv6/auction/10728555
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728216
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728216%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728216: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728216 url https://www.openlane.eu/en/carv6/auction/10728216
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728550
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728550%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728550: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728550 url https://www.openlane.eu/en/carv6/auction/10728550
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728533
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728533%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728533: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728533 url https://www.openlane.eu/en/carv6/auction/10728533
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728344
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728344%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728344: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728344 url https://www.openlane.eu/en/carv6/auction/10728344
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728542
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728542%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728542: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728542 url https://www.openlane.eu/en/carv6/auction/10728542
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728326
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728326%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728326: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728326 url https://www.openlane.eu/en/carv6/auction/10728326
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728531
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728531%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728531: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728531 url https://www.openlane.eu/en/carv6/auction/10728531
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728514
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728514%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728514: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728514 url https://www.openlane.eu/en/carv6/auction/10728514
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728299
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728299%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728299: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728299 url https://www.openlane.eu/en/carv6/auction/10728299
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728539
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728539%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728539: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728539 url https://www.openlane.eu/en/carv6/auction/10728539
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728548
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728548%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728548: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728548 url https://www.openlane.eu/en/carv6/auction/10728548
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728547
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728547%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728547: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728547 url https://www.openlane.eu/en/carv6/auction/10728547
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728295
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728295%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728295: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728295 url https://www.openlane.eu/en/carv6/auction/10728295
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728373
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728373%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728373: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728373 url https://www.openlane.eu/en/carv6/auction/10728373
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728537
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728537%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728537: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728537 url https://www.openlane.eu/en/carv6/auction/10728537
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728290
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728290%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728290: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728290 url https://www.openlane.eu/en/carv6/auction/10728290
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728518
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728518%27 HTTP/1.1" 200 None
2026-03-26 13:30:15 [adesa.fr] INFO: Scrape type for 10728518: 0
2026-03-26 13:30:15 [adesa.fr] INFO: Skipping item 10728518 url https://www.openlane.eu/en/carv6/auction/10728518
2026-03-26 13:30:15 [adesa.fr] INFO: Found listing with ID: 10728269
2026-03-26 13:30:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728269%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [adesa.fr] INFO: Scrape type for 10728269: 0
2026-03-26 13:30:16 [adesa.fr] INFO: Skipping item 10728269 url https://www.openlane.eu/en/carv6/auction/10728269
2026-03-26 13:30:16 [adesa.fr] INFO: Found listing with ID: 10728554
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728554%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [adesa.fr] INFO: Scrape type for 10728554: 0
2026-03-26 13:30:16 [adesa.fr] INFO: Skipping item 10728554 url https://www.openlane.eu/en/carv6/auction/10728554
2026-03-26 13:30:16 [adesa.fr] INFO: Found listing with ID: 10728274
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728274%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [adesa.fr] INFO: Scrape type for 10728274: 0
2026-03-26 13:30:16 [adesa.fr] INFO: Skipping item 10728274 url https://www.openlane.eu/en/carv6/auction/10728274
2026-03-26 13:30:16 [adesa.fr] INFO: Found listing with ID: 10728535
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728535%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [adesa.fr] INFO: Scrape type for 10728535: 0
2026-03-26 13:30:16 [adesa.fr] INFO: Skipping item 10728535 url https://www.openlane.eu/en/carv6/auction/10728535
2026-03-26 13:30:16 [adesa.fr] INFO: Found listing with ID: 10728301
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728301%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [adesa.fr] INFO: Scrape type for 10728301: 0
2026-03-26 13:30:16 [adesa.fr] INFO: Skipping item 10728301 url https://www.openlane.eu/en/carv6/auction/10728301
2026-03-26 13:30:16 [adesa.fr] INFO: Found listing with ID: 10728296
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728296%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [adesa.fr] INFO: Scrape type for 10728296: 0
2026-03-26 13:30:16 [adesa.fr] INFO: Skipping item 10728296 url https://www.openlane.eu/en/carv6/auction/10728296
2026-03-26 13:30:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728899> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95853d03-ee5f-5f23-bb34-3fd507ea3641 with identifier: 10728899
2026-03-26 13:30:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95853d03-ee5f-5f23-bb34-3fd507ea3641 with scrape type 1
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 95853d03-ee5f-5f23-bb34-3fd507ea3641
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252F8ea60db8-9362-44a1-911c-be945327f077.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/8ea60db8-9362-44a1-911c-be945327f077.jpg already downloaded
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252Fdfbea16a-4a25-4581-bdae-fed4b15521fa.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/dfbea16a-4a25-4581-bdae-fed4b15521fa.jpg already downloaded
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252F19af570b-c352-4d27-adc9-272ee4500581.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/19af570b-c352-4d27-adc9-272ee4500581.jpg already downloaded
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252Fe66f7bf8-28c2-4709-b1b4-f97306886484.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/e66f7bf8-28c2-4709-b1b4-f97306886484.jpg already downloaded
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252F0376e652-3be1-45ca-88ac-55c49a94d574.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/0376e652-3be1-45ca-88ac-55c49a94d574.jpg already downloaded
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252F3cf6f7f2-40a7-483a-8fad-8cfbe246ae52.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/3cf6f7f2-40a7-483a-8fad-8cfbe246ae52.jpg already downloaded
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252Fe9192b18-8656-439c-8bd5-d541ae8659be.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/e9192b18-8656-439c-8bd5-d541ae8659be.jpg already downloaded
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252Faa3d972a-ef42-4a4a-b20d-94e95a7880af.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/aa3d972a-ef42-4a4a-b20d-94e95a7880af.jpg already downloaded
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252Ff4681797-e785-4679-98db-e90b2afa2ee6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/f4681797-e785-4679-98db-e90b2afa2ee6.jpg already downloaded
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5694679%252Fgeneral%252F92fb0f1c-a9bc-4efd-8f5f-c7837082dcbc.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5694679/general/92fb0f1c-a9bc-4efd-8f5f-c7837082dcbc.jpg already downloaded
2026-03-26 13:30:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 95853d03-ee5f-5f23-bb34-3fd507ea3641, identifier: 10728899
2026-03-26 13:30:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 95853d03-ee5f-5f23-bb34-3fd507ea3641 with identifier: 10728899
2026-03-26 13:30:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-26 13:30:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-26 13:30:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:30:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 95853d03-ee5f-5f23-bb34-3fd507ea3641 with identifier: 10728899
2026-03-26 13:30:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 95853d03-ee5f-5f23-bb34-3fd507ea3641 with identifier: 10728899 to the API
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728899>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 170,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '95853d03-ee5f-5f23-bb34-3fd507ea3641',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000521',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728899',
'listing': 'auctionplusdirectbuy',
'location': 'Amberg (Germany)',
'make': 'Audi',
'model': 'Q4 E-tron',
'odometer': 35767,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photo_urls': ['https://images.openlane.eu/carimgs/5694679/general/8ea60db8-9362-44a1-911c-be945327f077.jpg',
'https://images.openlane.eu/carimgs/5694679/general/dfbea16a-4a25-4581-bdae-fed4b15521fa.jpg',
'https://images.openlane.eu/carimgs/5694679/general/19af570b-c352-4d27-adc9-272ee4500581.jpg',
'https://images.openlane.eu/carimgs/5694679/general/e66f7bf8-28c2-4709-b1b4-f97306886484.jpg',
'https://images.openlane.eu/carimgs/5694679/general/0376e652-3be1-45ca-88ac-55c49a94d574.jpg',
'https://images.openlane.eu/carimgs/5694679/general/3cf6f7f2-40a7-483a-8fad-8cfbe246ae52.jpg',
'https://images.openlane.eu/carimgs/5694679/general/e9192b18-8656-439c-8bd5-d541ae8659be.jpg',
'https://images.openlane.eu/carimgs/5694679/general/aa3d972a-ef42-4a4a-b20d-94e95a7880af.jpg',
'https://images.openlane.eu/carimgs/5694679/general/f4681797-e785-4679-98db-e90b2afa2ee6.jpg',
'https://images.openlane.eu/carimgs/5694679/general/92fb0f1c-a9bc-4efd-8f5f-c7837082dcbc.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1244101,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/8ea60db8-9362-44a1-911c-be945327f077.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1068267,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/dfbea16a-4a25-4581-bdae-fed4b15521fa.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 703905,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/19af570b-c352-4d27-adc9-272ee4500581.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 915623,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/e66f7bf8-28c2-4709-b1b4-f97306886484.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 793452,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/0376e652-3be1-45ca-88ac-55c49a94d574.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682632,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/3cf6f7f2-40a7-483a-8fad-8cfbe246ae52.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1299403,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/e9192b18-8656-439c-8bd5-d541ae8659be.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 486005,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/aa3d972a-ef42-4a4a-b20d-94e95a7880af.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354536,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/f4681797-e785-4679-98db-e90b2afa2ee6.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_95853d03-ee5f-5f23-bb34-3fd507ea3641/95853d03-ee5f-5f23-bb34-3fd507ea3641_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 460793,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5694679/general/92fb0f1c-a9bc-4efd-8f5f-c7837082dcbc.jpg',
'Width': 2731}],
'price': 23900,
'price_includes_vat': True,
'registration_date': '2024-01-24',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Audi Q4 E-tron Sportback 35 S Line - Electric - Automatic - 170 hp '
'- 35.767 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2024}
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728899%27 HTTP/1.1" 200 None
2026-03-26 13:30:17 [adesa.fr] INFO: Saving data for 10728899: {'created_time': 1774531817.784162, 'last_price_update_time': 1774531817.784175, 'auction_closing_time': 1774597200.0}
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728899') HTTP/1.1" 204 0
2026-03-26 13:30:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728890> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2be615c-0b0e-55fe-aba4-ba3b357f0477 with identifier: 10728890
2026-03-26 13:30:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2be615c-0b0e-55fe-aba4-ba3b357f0477 with scrape type 1
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b2be615c-0b0e-55fe-aba4-ba3b357f0477
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252F31f3c2e7-96e8-4c3d-af0b-c32659b1e93e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/31f3c2e7-96e8-4c3d-af0b-c32659b1e93e.jpg already downloaded
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252F6fca7bf8-b82d-43e5-97f5-0cc40eab30de.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/6fca7bf8-b82d-43e5-97f5-0cc40eab30de.jpg already downloaded
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252Fcbf2a138-da94-4d7d-9546-3a4bf80370ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/cbf2a138-da94-4d7d-9546-3a4bf80370ad.jpg already downloaded
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252F9eb4f5ce-0cdc-4acd-a4dc-388331f1e356.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/9eb4f5ce-0cdc-4acd-a4dc-388331f1e356.jpg already downloaded
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252F6e0b6ef3-8b16-4320-b533-cbeb96ba9263.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/6e0b6ef3-8b16-4320-b533-cbeb96ba9263.jpg already downloaded
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252Fc6d06221-5eab-4609-be20-92453bdaac74.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/c6d06221-5eab-4609-be20-92453bdaac74.jpg already downloaded
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252F412a8c47-6a19-4af9-bfbf-aca127452d7e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/412a8c47-6a19-4af9-bfbf-aca127452d7e.jpg already downloaded
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252F05b02049-76fc-4573-a9a0-ad9157fd3151.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/05b02049-76fc-4573-a9a0-ad9157fd3151.jpg already downloaded
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252F0abdf791-ee31-421e-8f6c-c7d91ca187e3.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/0abdf791-ee31-421e-8f6c-c7d91ca187e3.jpg already downloaded
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743527%252Fgeneral%252Fb91fa610-d7a4-4b77-bf55-3e89a6e8e96d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743527/general/b91fa610-d7a4-4b77-bf55-3e89a6e8e96d.jpg already downloaded
2026-03-26 13:30:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: b2be615c-0b0e-55fe-aba4-ba3b357f0477, identifier: 10728890
2026-03-26 13:30:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: b2be615c-0b0e-55fe-aba4-ba3b357f0477 with identifier: 10728890
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:30:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Gray HTTP/1.1" 200 None
2026-03-26 13:30:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:30:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: b2be615c-0b0e-55fe-aba4-ba3b357f0477 with identifier: 10728890
2026-03-26 13:30:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: b2be615c-0b0e-55fe-aba4-ba3b357f0477 with identifier: 10728890 to the API
2026-03-26 13:30:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728890>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 299,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': 'b2be615c-0b0e-55fe-aba4-ba3b357f0477',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000704',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728890',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'Q4 E-tron',
'odometer': 45492,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 25,
'photo_urls': ['https://images.openlane.eu/carimgs/5743527/general/31f3c2e7-96e8-4c3d-af0b-c32659b1e93e.jpg',
'https://images.openlane.eu/carimgs/5743527/general/6fca7bf8-b82d-43e5-97f5-0cc40eab30de.jpg',
'https://images.openlane.eu/carimgs/5743527/general/cbf2a138-da94-4d7d-9546-3a4bf80370ad.jpg',
'https://images.openlane.eu/carimgs/5743527/general/9eb4f5ce-0cdc-4acd-a4dc-388331f1e356.jpg',
'https://images.openlane.eu/carimgs/5743527/general/6e0b6ef3-8b16-4320-b533-cbeb96ba9263.jpg',
'https://images.openlane.eu/carimgs/5743527/general/c6d06221-5eab-4609-be20-92453bdaac74.jpg',
'https://images.openlane.eu/carimgs/5743527/general/412a8c47-6a19-4af9-bfbf-aca127452d7e.jpg',
'https://images.openlane.eu/carimgs/5743527/general/05b02049-76fc-4573-a9a0-ad9157fd3151.jpg',
'https://images.openlane.eu/carimgs/5743527/general/0abdf791-ee31-421e-8f6c-c7d91ca187e3.jpg',
'https://images.openlane.eu/carimgs/5743527/general/b91fa610-d7a4-4b77-bf55-3e89a6e8e96d.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29317,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/31f3c2e7-96e8-4c3d-af0b-c32659b1e93e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32504,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/6fca7bf8-b82d-43e5-97f5-0cc40eab30de.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31720,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/cbf2a138-da94-4d7d-9546-3a4bf80370ad.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31410,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/9eb4f5ce-0cdc-4acd-a4dc-388331f1e356.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 48931,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/6e0b6ef3-8b16-4320-b533-cbeb96ba9263.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58465,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/c6d06221-5eab-4609-be20-92453bdaac74.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90059,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/412a8c47-6a19-4af9-bfbf-aca127452d7e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83287,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/05b02049-76fc-4573-a9a0-ad9157fd3151.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41179,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/0abdf791-ee31-421e-8f6c-c7d91ca187e3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2be615c-0b0e-55fe-aba4-ba3b357f0477/b2be615c-0b0e-55fe-aba4-ba3b357f0477_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50000,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743527/general/b91fa610-d7a4-4b77-bf55-3e89a6e8e96d.jpg',
'Width': 1024}],
'price': 27600,
'price_includes_vat': True,
'registration_date': '2023-07-25',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Audi Q4 E-tron Sportback 82 kWh S Line - Quattro - Electric - '
'Automatic - 299 hp - 45.492 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2023}
2026-03-26 13:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728890%27 HTTP/1.1" 200 None
2026-03-26 13:30:20 [adesa.fr] INFO: Saving data for 10728890: {'created_time': 1774531820.494592, 'last_price_update_time': 1774531820.494609, 'auction_closing_time': 1774596600.0}
2026-03-26 13:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728890') HTTP/1.1" 204 0
2026-03-26 13:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728932> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76dc6a78-e001-5d40-befb-e2cfc74cb4a7 with identifier: 10728932
2026-03-26 13:30:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76dc6a78-e001-5d40-befb-e2cfc74cb4a7 with scrape type 1
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 76dc6a78-e001-5d40-befb-e2cfc74cb4a7
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252F1f47017e-032b-4b49-ab23-3a23c3bd397f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/1f47017e-032b-4b49-ab23-3a23c3bd397f.jpg already downloaded
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252F77261dd8-3f4f-46bf-8a80-87db5bbc5d7f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/77261dd8-3f4f-46bf-8a80-87db5bbc5d7f.jpg already downloaded
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252F79525ffd-c1d1-4c0f-924e-8849505ff144.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/79525ffd-c1d1-4c0f-924e-8849505ff144.jpg already downloaded
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252Fce8e831b-031c-4ad8-92c1-a1b266ec8a87.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/ce8e831b-031c-4ad8-92c1-a1b266ec8a87.jpg already downloaded
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252Fe1b9f429-e85f-4cc7-9c47-615dfd35d6e5.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/e1b9f429-e85f-4cc7-9c47-615dfd35d6e5.jpg already downloaded
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252F149cc921-c4f3-4be5-bc2f-fb509c60f840.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/149cc921-c4f3-4be5-bc2f-fb509c60f840.jpg already downloaded
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252F86ffecf3-05a4-48ef-8c36-ca11f1693522.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/86ffecf3-05a4-48ef-8c36-ca11f1693522.jpg already downloaded
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252F8173d0e0-b264-4aeb-93f0-e07277dd6730.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/8173d0e0-b264-4aeb-93f0-e07277dd6730.jpg already downloaded
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252Fcc92ecf3-7cfb-4327-896b-91772a22493f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/cc92ecf3-7cfb-4327-896b-91772a22493f.jpg already downloaded
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705673%252Fgeneral%252Fe1600377-2585-4fab-9756-f13aab13dbdd.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705673/general/e1600377-2585-4fab-9756-f13aab13dbdd.jpg already downloaded
2026-03-26 13:30:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 76dc6a78-e001-5d40-befb-e2cfc74cb4a7, identifier: 10728932
2026-03-26 13:30:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 76dc6a78-e001-5d40-befb-e2cfc74cb4a7 with identifier: 10728932
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Benzine HTTP/1.1" 200 None
2026-03-26 13:30:30 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:30:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 76dc6a78-e001-5d40-befb-e2cfc74cb4a7 with identifier: 10728932
2026-03-26 13:30:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 76dc6a78-e001-5d40-befb-e2cfc74cb4a7 with identifier: 10728932 to the API
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728932>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 158,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Petrol',
'id': '76dc6a78-e001-5d40-befb-e2cfc74cb4a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '826000002',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728932',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Renault',
'model': 'Captur',
'odometer': 84719,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5705673/general/1f47017e-032b-4b49-ab23-3a23c3bd397f.jpg',
'https://images.openlane.eu/carimgs/5705673/general/77261dd8-3f4f-46bf-8a80-87db5bbc5d7f.jpg',
'https://images.openlane.eu/carimgs/5705673/general/79525ffd-c1d1-4c0f-924e-8849505ff144.jpg',
'https://images.openlane.eu/carimgs/5705673/general/ce8e831b-031c-4ad8-92c1-a1b266ec8a87.jpg',
'https://images.openlane.eu/carimgs/5705673/general/e1b9f429-e85f-4cc7-9c47-615dfd35d6e5.jpg',
'https://images.openlane.eu/carimgs/5705673/general/149cc921-c4f3-4be5-bc2f-fb509c60f840.jpg',
'https://images.openlane.eu/carimgs/5705673/general/86ffecf3-05a4-48ef-8c36-ca11f1693522.jpg',
'https://images.openlane.eu/carimgs/5705673/general/8173d0e0-b264-4aeb-93f0-e07277dd6730.jpg',
'https://images.openlane.eu/carimgs/5705673/general/cc92ecf3-7cfb-4327-896b-91772a22493f.jpg',
'https://images.openlane.eu/carimgs/5705673/general/e1600377-2585-4fab-9756-f13aab13dbdd.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131956,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/1f47017e-032b-4b49-ab23-3a23c3bd397f.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109647,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/77261dd8-3f4f-46bf-8a80-87db5bbc5d7f.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66790,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/79525ffd-c1d1-4c0f-924e-8849505ff144.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 76771,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/ce8e831b-031c-4ad8-92c1-a1b266ec8a87.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 124686,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/e1b9f429-e85f-4cc7-9c47-615dfd35d6e5.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62072,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/149cc921-c4f3-4be5-bc2f-fb509c60f840.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59854,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/86ffecf3-05a4-48ef-8c36-ca11f1693522.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71943,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/8173d0e0-b264-4aeb-93f0-e07277dd6730.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58969,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/cc92ecf3-7cfb-4327-896b-91772a22493f.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76dc6a78-e001-5d40-befb-e2cfc74cb4a7/76dc6a78-e001-5d40-befb-e2cfc74cb4a7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92830,
'Height': 638,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705673/general/e1600377-2585-4fab-9756-f13aab13dbdd.jpg',
'Width': 850}],
'price': 14000,
'price_includes_vat': True,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': 'SAS mind2move France',
'title': 'Renault Captur 1.3 TCe RS Line - Petrol - Automatic - 158 hp - '
'84.719 km',
'transmission': 'automatic',
'trim': 'RS Line',
'vin': None,
'year': 2022}
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728932%27 HTTP/1.1" 200 None
2026-03-26 13:30:30 [adesa.fr] INFO: Saving data for 10728932: {'created_time': 1774531830.927363, 'last_price_update_time': 1774531830.927375, 'auction_closing_time': 1774597200.0}
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728932') HTTP/1.1" 204 0
2026-03-26 13:30:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728872> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c78b95f8-d57f-555a-8e17-37c1ee089fbb with identifier: 10728872
2026-03-26 13:30:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c78b95f8-d57f-555a-8e17-37c1ee089fbb with scrape type 1
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c78b95f8-d57f-555a-8e17-37c1ee089fbb
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252F4e74ac21-6e0d-4d40-aae2-31ce5006515e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/4e74ac21-6e0d-4d40-aae2-31ce5006515e.jpg already downloaded
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252F50ee05ce-42fe-4167-bdea-82c138987b97.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/50ee05ce-42fe-4167-bdea-82c138987b97.jpg already downloaded
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252Fe5fa332f-3327-4b67-a40f-f91880d98a31.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/e5fa332f-3327-4b67-a40f-f91880d98a31.jpg already downloaded
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252Fa61f588c-d071-4db1-9907-c501f3c6a54a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/a61f588c-d071-4db1-9907-c501f3c6a54a.jpg already downloaded
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252F0b6ec5ba-4b59-4a09-ad74-ff468f6f6704.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/0b6ec5ba-4b59-4a09-ad74-ff468f6f6704.jpg already downloaded
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252F28d45add-08e7-4121-a2fc-9d09734718cd.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/28d45add-08e7-4121-a2fc-9d09734718cd.jpg already downloaded
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252F22338368-c28d-43fc-a031-ed7045a02c0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/22338368-c28d-43fc-a031-ed7045a02c0f.jpg already downloaded
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252F6b2afbc6-72f3-447d-87c1-10dfdd2195d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/6b2afbc6-72f3-447d-87c1-10dfdd2195d9.jpg already downloaded
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252F4dd00c7f-0ddc-4218-9820-5bcf8fe962a6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/4dd00c7f-0ddc-4218-9820-5bcf8fe962a6.jpg already downloaded
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5727005%252Fgeneral%252F79ed9565-6075-40cc-8456-a19bfd29edd0.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5727005/general/79ed9565-6075-40cc-8456-a19bfd29edd0.jpg already downloaded
2026-03-26 13:30:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: c78b95f8-d57f-555a-8e17-37c1ee089fbb, identifier: 10728872
2026-03-26 13:30:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: c78b95f8-d57f-555a-8e17-37c1ee089fbb with identifier: 10728872
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-26 13:30:32 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:30:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:30:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: c78b95f8-d57f-555a-8e17-37c1ee089fbb with identifier: 10728872
2026-03-26 13:30:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: c78b95f8-d57f-555a-8e17-37c1ee089fbb with identifier: 10728872 to the API
2026-03-26 13:30:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728872>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 180,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': 'c78b95f8-d57f-555a-8e17-37c1ee089fbb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000649',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728872',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 38674,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photo_urls': ['https://images.openlane.eu/carimgs/5727005/general/4e74ac21-6e0d-4d40-aae2-31ce5006515e.jpg',
'https://images.openlane.eu/carimgs/5727005/general/50ee05ce-42fe-4167-bdea-82c138987b97.jpg',
'https://images.openlane.eu/carimgs/5727005/general/e5fa332f-3327-4b67-a40f-f91880d98a31.jpg',
'https://images.openlane.eu/carimgs/5727005/general/a61f588c-d071-4db1-9907-c501f3c6a54a.jpg',
'https://images.openlane.eu/carimgs/5727005/general/0b6ec5ba-4b59-4a09-ad74-ff468f6f6704.jpg',
'https://images.openlane.eu/carimgs/5727005/general/28d45add-08e7-4121-a2fc-9d09734718cd.jpg',
'https://images.openlane.eu/carimgs/5727005/general/22338368-c28d-43fc-a031-ed7045a02c0f.jpg',
'https://images.openlane.eu/carimgs/5727005/general/6b2afbc6-72f3-447d-87c1-10dfdd2195d9.jpg',
'https://images.openlane.eu/carimgs/5727005/general/4dd00c7f-0ddc-4218-9820-5bcf8fe962a6.jpg',
'https://images.openlane.eu/carimgs/5727005/general/79ed9565-6075-40cc-8456-a19bfd29edd0.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 793087,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/4e74ac21-6e0d-4d40-aae2-31ce5006515e.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 845566,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/50ee05ce-42fe-4167-bdea-82c138987b97.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 792603,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/e5fa332f-3327-4b67-a40f-f91880d98a31.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 815708,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/a61f588c-d071-4db1-9907-c501f3c6a54a.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 486045,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/0b6ec5ba-4b59-4a09-ad74-ff468f6f6704.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 568298,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/28d45add-08e7-4121-a2fc-9d09734718cd.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 554342,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/22338368-c28d-43fc-a031-ed7045a02c0f.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 767776,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/6b2afbc6-72f3-447d-87c1-10dfdd2195d9.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 745948,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/4dd00c7f-0ddc-4218-9820-5bcf8fe962a6.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c78b95f8-d57f-555a-8e17-37c1ee089fbb/c78b95f8-d57f-555a-8e17-37c1ee089fbb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1647882,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5727005/general/79ed9565-6075-40cc-8456-a19bfd29edd0.jpg',
'Width': 2731}],
'price': 21600,
'price_includes_vat': True,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Skoda Enyaq Coupé 60 - Electric - Automatic - 180 hp - 38.674 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728872%27 HTTP/1.1" 200 None
2026-03-26 13:30:33 [adesa.fr] INFO: Saving data for 10728872: {'created_time': 1774531833.327835, 'last_price_update_time': 1774531833.32785, 'auction_closing_time': 1774596600.0}
2026-03-26 13:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728872') HTTP/1.1" 204 0
2026-03-26 13:30:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728869> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad7fce0b-65c0-525b-bfca-a63a0953756c with identifier: 10728869
2026-03-26 13:30:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad7fce0b-65c0-525b-bfca-a63a0953756c with scrape type 1
2026-03-26 13:30:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ad7fce0b-65c0-525b-bfca-a63a0953756c
2026-03-26 13:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252Fc2abe453-2af1-4709-9b10-a25764254346.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/c2abe453-2af1-4709-9b10-a25764254346.jpg already downloaded
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252F6b18e2f3-b279-47ed-ac4f-9c64e89fdced.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/6b18e2f3-b279-47ed-ac4f-9c64e89fdced.jpg already downloaded
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252F105f355c-624d-4656-9c5e-69f16effe468.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/105f355c-624d-4656-9c5e-69f16effe468.jpg already downloaded
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252F72b97771-fa79-4585-b2e1-6ad76e5eea48.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/72b97771-fa79-4585-b2e1-6ad76e5eea48.jpg already downloaded
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252F5c5325c5-1109-4d0e-94a4-084328abe237.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/5c5325c5-1109-4d0e-94a4-084328abe237.jpg already downloaded
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252Fc4580ef8-65ae-4c84-9879-7ebd7b3d0828.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/c4580ef8-65ae-4c84-9879-7ebd7b3d0828.jpg already downloaded
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252F64c7822c-eb7d-4455-ab62-5da7cffe503b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/64c7822c-eb7d-4455-ab62-5da7cffe503b.jpg already downloaded
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252F9f4b5038-877a-4264-bb08-617064e3b3b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/9f4b5038-877a-4264-bb08-617064e3b3b2.jpg already downloaded
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252F9d3b360a-0ac1-4256-a77f-1744cd3f9460.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/9d3b360a-0ac1-4256-a77f-1744cd3f9460.jpg already downloaded
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722295%252Fgeneral%252Fe81cc762-afb8-410e-88d7-4e5b2ffa08b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722295/general/e81cc762-afb8-410e-88d7-4e5b2ffa08b8.jpg already downloaded
2026-03-26 13:30:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: ad7fce0b-65c0-525b-bfca-a63a0953756c, identifier: 10728869
2026-03-26 13:30:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: ad7fce0b-65c0-525b-bfca-a63a0953756c with identifier: 10728869
2026-03-26 13:30:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: ad7fce0b-65c0-525b-bfca-a63a0953756c with identifier: 10728869
2026-03-26 13:30:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: ad7fce0b-65c0-525b-bfca-a63a0953756c with identifier: 10728869 to the API
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728869>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 612,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': 'ad7fce0b-65c0-525b-bfca-a63a0953756c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000636',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728869',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Lotus',
'model': 'Eletre',
'odometer': 49180,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5722295/general/c2abe453-2af1-4709-9b10-a25764254346.jpg',
'https://images.openlane.eu/carimgs/5722295/general/6b18e2f3-b279-47ed-ac4f-9c64e89fdced.jpg',
'https://images.openlane.eu/carimgs/5722295/general/105f355c-624d-4656-9c5e-69f16effe468.jpg',
'https://images.openlane.eu/carimgs/5722295/general/72b97771-fa79-4585-b2e1-6ad76e5eea48.jpg',
'https://images.openlane.eu/carimgs/5722295/general/5c5325c5-1109-4d0e-94a4-084328abe237.jpg',
'https://images.openlane.eu/carimgs/5722295/general/c4580ef8-65ae-4c84-9879-7ebd7b3d0828.jpg',
'https://images.openlane.eu/carimgs/5722295/general/64c7822c-eb7d-4455-ab62-5da7cffe503b.jpg',
'https://images.openlane.eu/carimgs/5722295/general/9f4b5038-877a-4264-bb08-617064e3b3b2.jpg',
'https://images.openlane.eu/carimgs/5722295/general/9d3b360a-0ac1-4256-a77f-1744cd3f9460.jpg',
'https://images.openlane.eu/carimgs/5722295/general/e81cc762-afb8-410e-88d7-4e5b2ffa08b8.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 785932,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/c2abe453-2af1-4709-9b10-a25764254346.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 760096,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/6b18e2f3-b279-47ed-ac4f-9c64e89fdced.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 747060,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/105f355c-624d-4656-9c5e-69f16effe468.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 724217,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/72b97771-fa79-4585-b2e1-6ad76e5eea48.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 536953,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/5c5325c5-1109-4d0e-94a4-084328abe237.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 552962,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/c4580ef8-65ae-4c84-9879-7ebd7b3d0828.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 674625,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/64c7822c-eb7d-4455-ab62-5da7cffe503b.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 682742,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/9f4b5038-877a-4264-bb08-617064e3b3b2.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 778130,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/9d3b360a-0ac1-4256-a77f-1744cd3f9460.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ad7fce0b-65c0-525b-bfca-a63a0953756c/ad7fce0b-65c0-525b-bfca-a63a0953756c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 627277,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722295/general/e81cc762-afb8-410e-88d7-4e5b2ffa08b8.jpg',
'Width': 2731}],
'price': 59100,
'price_includes_vat': True,
'registration_date': '2023-11-24',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Lotus Eletre - AWD - Electric - Automatic - 612 hp - 49.180 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728869%27 HTTP/1.1" 200 None
2026-03-26 13:30:35 [adesa.fr] INFO: Saving data for 10728869: {'created_time': 1774531835.814537, 'last_price_update_time': 1774531835.814553, 'auction_closing_time': 1774596600.0}
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728869') HTTP/1.1" 204 0
2026-03-26 13:30:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728933> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6773d49d-923b-5e35-91f4-f3b16a76934c with identifier: 10728933
2026-03-26 13:30:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6773d49d-923b-5e35-91f4-f3b16a76934c with scrape type 1
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6773d49d-923b-5e35-91f4-f3b16a76934c
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252F6bdfa57e-9009-411f-8ea0-9c4629fa1d0c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/6bdfa57e-9009-411f-8ea0-9c4629fa1d0c.jpg already downloaded
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252F65ccc9d2-e376-421a-b175-f8341b280085.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/65ccc9d2-e376-421a-b175-f8341b280085.jpg already downloaded
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252Fbe68101f-2cf3-48e0-b273-c68b8aeb174b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/be68101f-2cf3-48e0-b273-c68b8aeb174b.jpg already downloaded
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252F76ec7d20-a2ad-4100-b479-d1e9af7151a7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/76ec7d20-a2ad-4100-b479-d1e9af7151a7.jpg already downloaded
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252Fef89bfb9-2c28-4617-8d7b-88f2bdd5c691.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/ef89bfb9-2c28-4617-8d7b-88f2bdd5c691.jpg already downloaded
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252Fd52bb965-6fb0-4186-bbb9-9d75b9a96b13.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/d52bb965-6fb0-4186-bbb9-9d75b9a96b13.jpg already downloaded
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252Ff45e52ef-0dbd-4402-82ae-0542f0317514.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/f45e52ef-0dbd-4402-82ae-0542f0317514.jpg already downloaded
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252F879e8d53-c853-41d3-ba08-dbf629cd7a65.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/879e8d53-c853-41d3-ba08-dbf629cd7a65.jpg already downloaded
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252F2ccf1f88-305b-4229-8baa-954cdb44cec1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/2ccf1f88-305b-4229-8baa-954cdb44cec1.jpg already downloaded
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5705666%252Fgeneral%252Fae18a42e-4252-4d18-b477-f3bf69903ad7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5705666/general/ae18a42e-4252-4d18-b477-f3bf69903ad7.jpg already downloaded
2026-03-26 13:30:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 6773d49d-923b-5e35-91f4-f3b16a76934c, identifier: 10728933
2026-03-26 13:30:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 6773d49d-923b-5e35-91f4-f3b16a76934c with identifier: 10728933
2026-03-26 13:30:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 6773d49d-923b-5e35-91f4-f3b16a76934c with identifier: 10728933
2026-03-26 13:30:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 6773d49d-923b-5e35-91f4-f3b16a76934c with identifier: 10728933 to the API
2026-03-26 13:30:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728933>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '6773d49d-923b-5e35-91f4-f3b16a76934c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '826000001',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728933',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Volkswagen',
'model': 'ID.Buzz',
'odometer': 94510,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 26,
'photo_urls': ['https://images.openlane.eu/carimgs/5705666/general/6bdfa57e-9009-411f-8ea0-9c4629fa1d0c.jpg',
'https://images.openlane.eu/carimgs/5705666/general/65ccc9d2-e376-421a-b175-f8341b280085.jpg',
'https://images.openlane.eu/carimgs/5705666/general/be68101f-2cf3-48e0-b273-c68b8aeb174b.jpg',
'https://images.openlane.eu/carimgs/5705666/general/76ec7d20-a2ad-4100-b479-d1e9af7151a7.jpg',
'https://images.openlane.eu/carimgs/5705666/general/ef89bfb9-2c28-4617-8d7b-88f2bdd5c691.jpg',
'https://images.openlane.eu/carimgs/5705666/general/d52bb965-6fb0-4186-bbb9-9d75b9a96b13.jpg',
'https://images.openlane.eu/carimgs/5705666/general/f45e52ef-0dbd-4402-82ae-0542f0317514.jpg',
'https://images.openlane.eu/carimgs/5705666/general/879e8d53-c853-41d3-ba08-dbf629cd7a65.jpg',
'https://images.openlane.eu/carimgs/5705666/general/2ccf1f88-305b-4229-8baa-954cdb44cec1.jpg',
'https://images.openlane.eu/carimgs/5705666/general/ae18a42e-4252-4d18-b477-f3bf69903ad7.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 78760,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/6bdfa57e-9009-411f-8ea0-9c4629fa1d0c.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67475,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/65ccc9d2-e376-421a-b175-f8341b280085.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79344,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/be68101f-2cf3-48e0-b273-c68b8aeb174b.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68433,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/76ec7d20-a2ad-4100-b479-d1e9af7151a7.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 101940,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/ef89bfb9-2c28-4617-8d7b-88f2bdd5c691.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64602,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/d52bb965-6fb0-4186-bbb9-9d75b9a96b13.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 61933,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/f45e52ef-0dbd-4402-82ae-0542f0317514.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64489,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/879e8d53-c853-41d3-ba08-dbf629cd7a65.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 83962,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/2ccf1f88-305b-4229-8baa-954cdb44cec1.jpg',
'Width': 850},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6773d49d-923b-5e35-91f4-f3b16a76934c/6773d49d-923b-5e35-91f4-f3b16a76934c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55671,
'Height': 637,
'OriginUrl': 'https://images.openlane.eu/carimgs/5705666/general/ae18a42e-4252-4d18-b477-f3bf69903ad7.jpg',
'Width': 850}],
'price': 23100,
'price_includes_vat': True,
'registration_date': '2023-12-19',
'seats_number': 2,
'seller_name': 'SAS mind2move France',
'title': 'Volkswagen ID.Buzz Cargo - Electric - Automatic - 204 hp - 94.510 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728933%27 HTTP/1.1" 200 None
2026-03-26 13:30:40 [adesa.fr] INFO: Saving data for 10728933: {'created_time': 1774531840.387526, 'last_price_update_time': 1774531840.38754, 'auction_closing_time': 1774597200.0}
2026-03-26 13:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728933') HTTP/1.1" 204 0
2026-03-26 13:30:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728875> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61816b08-ee45-5f3f-960f-dc84b66b2134 with identifier: 10728875
2026-03-26 13:30:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61816b08-ee45-5f3f-960f-dc84b66b2134 with scrape type 1
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 61816b08-ee45-5f3f-960f-dc84b66b2134
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252F0eca813b-841c-4622-80b9-7c5086212d85.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/0eca813b-841c-4622-80b9-7c5086212d85.jpg already downloaded
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252F69aa2608-015b-4ab9-8d08-4b6435f543c9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/69aa2608-015b-4ab9-8d08-4b6435f543c9.jpg already downloaded
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252F9cc7480b-d650-48d1-b48b-bdbe94b384f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/9cc7480b-d650-48d1-b48b-bdbe94b384f1.jpg already downloaded
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252Fc13663b2-6db3-4dfc-a390-96c3e0e980f1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/c13663b2-6db3-4dfc-a390-96c3e0e980f1.jpg already downloaded
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252F06611643-25dd-48a0-8fe2-aaffc18cb890.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/06611643-25dd-48a0-8fe2-aaffc18cb890.jpg already downloaded
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252F9f88c0cc-af50-4314-9d3a-23f2181471c1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/9f88c0cc-af50-4314-9d3a-23f2181471c1.jpg already downloaded
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252F298c4a19-1bcd-4252-9f68-2a72e477b05c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/298c4a19-1bcd-4252-9f68-2a72e477b05c.jpg already downloaded
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252F3ff57a68-0739-4d82-b7ed-cb201410e15b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/3ff57a68-0739-4d82-b7ed-cb201410e15b.jpg already downloaded
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252F7cb24510-5adc-414c-9f93-541ef1203c3f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/7cb24510-5adc-414c-9f93-541ef1203c3f.jpg already downloaded
2026-03-26 13:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5732079%252Fgeneral%252F30d76daa-7af6-48bd-8b2a-7f68773bb57f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5732079/general/30d76daa-7af6-48bd-8b2a-7f68773bb57f.jpg already downloaded
2026-03-26 13:30:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 61816b08-ee45-5f3f-960f-dc84b66b2134, identifier: 10728875
2026-03-26 13:30:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 61816b08-ee45-5f3f-960f-dc84b66b2134 with identifier: 10728875
2026-03-26 13:30:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 61816b08-ee45-5f3f-960f-dc84b66b2134 with identifier: 10728875
2026-03-26 13:30:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 61816b08-ee45-5f3f-960f-dc84b66b2134 with identifier: 10728875 to the API
2026-03-26 13:30:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728875>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 340,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '61816b08-ee45-5f3f-960f-dc84b66b2134',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000213',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728875',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': 'i4',
'odometer': 106002,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 29,
'photo_urls': ['https://images.openlane.eu/carimgs/5732079/general/0eca813b-841c-4622-80b9-7c5086212d85.jpg',
'https://images.openlane.eu/carimgs/5732079/general/69aa2608-015b-4ab9-8d08-4b6435f543c9.jpg',
'https://images.openlane.eu/carimgs/5732079/general/9cc7480b-d650-48d1-b48b-bdbe94b384f1.jpg',
'https://images.openlane.eu/carimgs/5732079/general/c13663b2-6db3-4dfc-a390-96c3e0e980f1.jpg',
'https://images.openlane.eu/carimgs/5732079/general/06611643-25dd-48a0-8fe2-aaffc18cb890.jpg',
'https://images.openlane.eu/carimgs/5732079/general/9f88c0cc-af50-4314-9d3a-23f2181471c1.jpg',
'https://images.openlane.eu/carimgs/5732079/general/298c4a19-1bcd-4252-9f68-2a72e477b05c.jpg',
'https://images.openlane.eu/carimgs/5732079/general/3ff57a68-0739-4d82-b7ed-cb201410e15b.jpg',
'https://images.openlane.eu/carimgs/5732079/general/7cb24510-5adc-414c-9f93-541ef1203c3f.jpg',
'https://images.openlane.eu/carimgs/5732079/general/30d76daa-7af6-48bd-8b2a-7f68773bb57f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160291,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/0eca813b-841c-4622-80b9-7c5086212d85.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 164353,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/69aa2608-015b-4ab9-8d08-4b6435f543c9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 154317,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/9cc7480b-d650-48d1-b48b-bdbe94b384f1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147771,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/c13663b2-6db3-4dfc-a390-96c3e0e980f1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 90003,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/06611643-25dd-48a0-8fe2-aaffc18cb890.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102706,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/9f88c0cc-af50-4314-9d3a-23f2181471c1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155726,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/298c4a19-1bcd-4252-9f68-2a72e477b05c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138584,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/3ff57a68-0739-4d82-b7ed-cb201410e15b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 125506,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/7cb24510-5adc-414c-9f93-541ef1203c3f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61816b08-ee45-5f3f-960f-dc84b66b2134/61816b08-ee45-5f3f-960f-dc84b66b2134_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109419,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5732079/general/30d76daa-7af6-48bd-8b2a-7f68773bb57f.jpg',
'Width': 1024}],
'price': 23400,
'price_includes_vat': True,
'registration_date': '2022-07-12',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'BMW i4 40e - Electric - Automatic - 340 hp - 106.002 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 13:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728875%27 HTTP/1.1" 200 None
2026-03-26 13:30:47 [adesa.fr] INFO: Saving data for 10728875: {'created_time': 1774531847.45521, 'last_price_update_time': 1774531847.455223, 'auction_closing_time': 1774596600.0}
2026-03-26 13:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728875') HTTP/1.1" 204 0
2026-03-26 13:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728924> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa1e6417-242c-527c-bc44-7d7fc8b8a791 with identifier: 10728924
2026-03-26 13:30:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa1e6417-242c-527c-bc44-7d7fc8b8a791 with scrape type 1
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fa1e6417-242c-527c-bc44-7d7fc8b8a791
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252Fa26c1dc8-dbd5-47c4-b766-f1b596fc41ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/a26c1dc8-dbd5-47c4-b766-f1b596fc41ec.jpg already downloaded
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252F3f922dea-00a9-475f-8170-e137736dbeb9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/3f922dea-00a9-475f-8170-e137736dbeb9.jpg already downloaded
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252F0f29d920-deed-4f74-8375-317cd4a7cc7c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/0f29d920-deed-4f74-8375-317cd4a7cc7c.jpg already downloaded
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252F7d29ce4b-13a0-4df3-b5df-a64e98f73b40.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/7d29ce4b-13a0-4df3-b5df-a64e98f73b40.jpg already downloaded
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252Fe5a601c5-52f1-43ce-aa22-80992a186111.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/e5a601c5-52f1-43ce-aa22-80992a186111.jpg already downloaded
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252F702fb7fd-8eb8-4d15-b052-fe057174d9db.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/702fb7fd-8eb8-4d15-b052-fe057174d9db.jpg already downloaded
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252F3e4b5e19-a2bb-47dd-9fcd-a7c6b39c9f08.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/3e4b5e19-a2bb-47dd-9fcd-a7c6b39c9f08.jpg already downloaded
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252F7cb61512-497c-4f05-aab8-8d0ac629987f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/7cb61512-497c-4f05-aab8-8d0ac629987f.jpg already downloaded
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252Fe3265e88-3f3e-42ed-8bf2-6bb900b57079.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/e3265e88-3f3e-42ed-8bf2-6bb900b57079.jpg already downloaded
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5742574%252Fgeneral%252F283c9ad8-4b67-4a5d-aa3f-c1b013189324.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5742574/general/283c9ad8-4b67-4a5d-aa3f-c1b013189324.jpg already downloaded
2026-03-26 13:30:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: fa1e6417-242c-527c-bc44-7d7fc8b8a791, identifier: 10728924
2026-03-26 13:30:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: fa1e6417-242c-527c-bc44-7d7fc8b8a791 with identifier: 10728924
2026-03-26 13:30:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: fa1e6417-242c-527c-bc44-7d7fc8b8a791 with identifier: 10728924
2026-03-26 13:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: fa1e6417-242c-527c-bc44-7d7fc8b8a791 with identifier: 10728924 to the API
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728924>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': 'fa1e6417-242c-527c-bc44-7d7fc8b8a791',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000703',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728924',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'ID.Buzz',
'odometer': 12221,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 20,
'photo_urls': ['https://images.openlane.eu/carimgs/5742574/general/a26c1dc8-dbd5-47c4-b766-f1b596fc41ec.jpg',
'https://images.openlane.eu/carimgs/5742574/general/3f922dea-00a9-475f-8170-e137736dbeb9.jpg',
'https://images.openlane.eu/carimgs/5742574/general/0f29d920-deed-4f74-8375-317cd4a7cc7c.jpg',
'https://images.openlane.eu/carimgs/5742574/general/7d29ce4b-13a0-4df3-b5df-a64e98f73b40.jpg',
'https://images.openlane.eu/carimgs/5742574/general/e5a601c5-52f1-43ce-aa22-80992a186111.jpg',
'https://images.openlane.eu/carimgs/5742574/general/702fb7fd-8eb8-4d15-b052-fe057174d9db.jpg',
'https://images.openlane.eu/carimgs/5742574/general/3e4b5e19-a2bb-47dd-9fcd-a7c6b39c9f08.jpg',
'https://images.openlane.eu/carimgs/5742574/general/7cb61512-497c-4f05-aab8-8d0ac629987f.jpg',
'https://images.openlane.eu/carimgs/5742574/general/e3265e88-3f3e-42ed-8bf2-6bb900b57079.jpg',
'https://images.openlane.eu/carimgs/5742574/general/283c9ad8-4b67-4a5d-aa3f-c1b013189324.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 29148,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/a26c1dc8-dbd5-47c4-b766-f1b596fc41ec.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33471,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/3f922dea-00a9-475f-8170-e137736dbeb9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32324,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/0f29d920-deed-4f74-8375-317cd4a7cc7c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31949,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/7d29ce4b-13a0-4df3-b5df-a64e98f73b40.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 66817,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/e5a601c5-52f1-43ce-aa22-80992a186111.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71508,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/702fb7fd-8eb8-4d15-b052-fe057174d9db.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 37750,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/3e4b5e19-a2bb-47dd-9fcd-a7c6b39c9f08.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36324,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/7cb61512-497c-4f05-aab8-8d0ac629987f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 26112,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/e3265e88-3f3e-42ed-8bf2-6bb900b57079.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fa1e6417-242c-527c-bc44-7d7fc8b8a791/fa1e6417-242c-527c-bc44-7d7fc8b8a791_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31795,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5742574/general/283c9ad8-4b67-4a5d-aa3f-c1b013189324.jpg',
'Width': 1024}],
'price': 32200,
'price_includes_vat': True,
'registration_date': '2023-12-20',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Volkswagen ID.Buzz Pro - Electric - Automatic - 204 hp - 12.221 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728924%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [adesa.fr] INFO: Saving data for 10728924: {'created_time': 1774531849.324537, 'last_price_update_time': 1774531849.324556, 'auction_closing_time': 1774597200.0}
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728924') HTTP/1.1" 204 0
2026-03-26 13:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728897> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9 with identifier: 10728897
2026-03-26 13:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9 with scrape type 1
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252Fd468aca4-bcd7-4573-b6e9-df4d9aaef64f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/d468aca4-bcd7-4573-b6e9-df4d9aaef64f.jpg not downloaded yet
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F1b8e1b0a-3ca1-40c6-bd12-0504fd15868a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/1b8e1b0a-3ca1-40c6-bd12-0504fd15868a.jpg not downloaded yet
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F222b20e6-9ebe-43bf-a1d0-d9b19663e919.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/222b20e6-9ebe-43bf-a1d0-d9b19663e919.jpg not downloaded yet
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F14fb4bcf-8c3c-4a0c-8f4b-da2980eb57e7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/14fb4bcf-8c3c-4a0c-8f4b-da2980eb57e7.jpg not downloaded yet
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F367d270f-84ba-4eba-8c8b-808de2747519.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/367d270f-84ba-4eba-8c8b-808de2747519.jpg not downloaded yet
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F3e7f32e4-307c-4c27-a975-3f0fe5032caf.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/3e7f32e4-307c-4c27-a975-3f0fe5032caf.jpg not downloaded yet
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252Fd8d6123b-6a82-4cd4-a911-7ce7a62c528f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/d8d6123b-6a82-4cd4-a911-7ce7a62c528f.jpg not downloaded yet
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252Fccfe6c04-69dc-48a8-9bc4-dcce5d322172.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/ccfe6c04-69dc-48a8-9bc4-dcce5d322172.jpg not downloaded yet
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252Fe1f1d331-bc99-43e2-a15c-402221b0333a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/e1f1d331-bc99-43e2-a15c-402221b0333a.jpg not downloaded yet
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F5d697828-2c27-493a-bdc5-b1e5dc0bdd0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/5d697828-2c27-493a-bdc5-b1e5dc0bdd0d.jpg not downloaded yet
2026-03-26 13:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/d468aca4-bcd7-4573-b6e9-df4d9aaef64f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/5d697828-2c27-493a-bdc5-b1e5dc0bdd0d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/e1f1d331-bc99-43e2-a15c-402221b0333a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:49 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-26 13:30:49 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-26 13:30:49 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:49 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f5ce50>
2026-03-26 13:30:49 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2123
2026-03-26 13:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252Fd468aca4-bcd7-4573-b6e9-df4d9aaef64f.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/d468aca4-bcd7-4573-b6e9-df4d9aaef64f.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/ccfe6c04-69dc-48a8-9bc4-dcce5d322172.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ec5a50>
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F5d697828-2c27-493a-bdc5-b1e5dc0bdd0d.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/5d697828-2c27-493a-bdc5-b1e5dc0bdd0d.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac800cc10>
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252Fe1f1d331-bc99-43e2-a15c-402221b0333a.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/e1f1d331-bc99-43e2-a15c-402221b0333a.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/d8d6123b-6a82-4cd4-a911-7ce7a62c528f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f5e810>
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252Fccfe6c04-69dc-48a8-9bc4-dcce5d322172.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/ccfe6c04-69dc-48a8-9bc4-dcce5d322172.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/3e7f32e4-307c-4c27-a975-3f0fe5032caf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/367d270f-84ba-4eba-8c8b-808de2747519.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f607d0>
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252Fd8d6123b-6a82-4cd4-a911-7ce7a62c528f.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/d8d6123b-6a82-4cd4-a911-7ce7a62c528f.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac7fcfcd0>
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F3e7f32e4-307c-4c27-a975-3f0fe5032caf.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/3e7f32e4-307c-4c27-a975-3f0fe5032caf.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/14fb4bcf-8c3c-4a0c-8f4b-da2980eb57e7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ec5a90>
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F367d270f-84ba-4eba-8c8b-808de2747519.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/367d270f-84ba-4eba-8c8b-808de2747519.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/222b20e6-9ebe-43bf-a1d0-d9b19663e919.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747600/general/1b8e1b0a-3ca1-40c6-bd12-0504fd15868a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728897)
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f3c9d0>
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F14fb4bcf-8c3c-4a0c-8f4b-da2980eb57e7.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/14fb4bcf-8c3c-4a0c-8f4b-da2980eb57e7.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f48f90>
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F222b20e6-9ebe-43bf-a1d0-d9b19663e919.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/222b20e6-9ebe-43bf-a1d0-d9b19663e919.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f27750>
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:30:50 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747600%252Fgeneral%252F1b8e1b0a-3ca1-40c6-bd12-0504fd15868a.jpg') HTTP/1.1" 204 0
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747600/general/1b8e1b0a-3ca1-40c6-bd12-0504fd15868a.jpg saved to cache
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9
2026-03-26 13:30:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9, skipping ID generation
2026-03-26 13:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9 with scrape type 1
2026-03-26 13:30:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9 sending to next pipeline
2026-03-26 13:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9, identifier: 10728897
2026-03-26 13:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9 with identifier: 10728897
2026-03-26 13:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9 with identifier: 10728897
2026-03-26 13:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 26c02c1b-f6d4-576f-9dd2-e0b95021c4e9 with identifier: 10728897 to the API
2026-03-26 13:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747600/general/1b8e1b0a-3ca1-40c6-bd12-0504fd15868a.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '26c02c1b-f6d4-576f-9dd2-e0b95021c4e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000715',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728897',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'ID.Buzz',
'odometer': 5206,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 19,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 32171,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/d468aca4-bcd7-4573-b6e9-df4d9aaef64f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31289,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/1b8e1b0a-3ca1-40c6-bd12-0504fd15868a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34305,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/222b20e6-9ebe-43bf-a1d0-d9b19663e919.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31214,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/14fb4bcf-8c3c-4a0c-8f4b-da2980eb57e7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 56084,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/367d270f-84ba-4eba-8c8b-808de2747519.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51805,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/3e7f32e4-307c-4c27-a975-3f0fe5032caf.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55960,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/d8d6123b-6a82-4cd4-a911-7ce7a62c528f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 60374,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/ccfe6c04-69dc-48a8-9bc4-dcce5d322172.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72448,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/e1f1d331-bc99-43e2-a15c-402221b0333a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26c02c1b-f6d4-576f-9dd2-e0b95021c4e9/26c02c1b-f6d4-576f-9dd2-e0b95021c4e9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 45603,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747600/general/5d697828-2c27-493a-bdc5-b1e5dc0bdd0d.jpg',
'Width': 1024}],
'price': 32600,
'price_includes_vat': True,
'registration_date': '2023-12-07',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Volkswagen ID.Buzz Pro - Electric - Automatic - 204 hp - 5.206 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728897%27 HTTP/1.1" 200 None
2026-03-26 13:30:51 [adesa.fr] INFO: Saving data for 10728897: {'created_time': 1774531851.355693, 'last_price_update_time': 1774531851.355704, 'auction_closing_time': 1774596600.0}
2026-03-26 13:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728897') HTTP/1.1" 204 0
2026-03-26 13:30:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728908> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cdead91-3109-51dd-817b-f176bb38ce49 with identifier: 10728908
2026-03-26 13:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cdead91-3109-51dd-817b-f176bb38ce49 with scrape type 1
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0cdead91-3109-51dd-817b-f176bb38ce49
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252F8635fada-c468-42cd-9c07-9deceedc9a85.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/8635fada-c468-42cd-9c07-9deceedc9a85.jpg already downloaded
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252F52fcb001-173e-405d-8944-55ba455b3c98.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/52fcb001-173e-405d-8944-55ba455b3c98.jpg already downloaded
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252F5062cc6d-a026-4947-9299-c93458a8cf7f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/5062cc6d-a026-4947-9299-c93458a8cf7f.jpg already downloaded
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252Fef5beb09-375a-494b-8368-a87ff7d98568.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/ef5beb09-375a-494b-8368-a87ff7d98568.jpg already downloaded
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252Ff6a31ccc-6a49-43a6-b505-190217dd737e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/f6a31ccc-6a49-43a6-b505-190217dd737e.jpg already downloaded
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252F57cf2762-f377-4273-96e8-f1f726cae45f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/57cf2762-f377-4273-96e8-f1f726cae45f.jpg already downloaded
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252Fe56eb910-be23-45f3-9667-a1570c8ca30a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/e56eb910-be23-45f3-9667-a1570c8ca30a.jpg already downloaded
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252Fcbf618b8-5201-4b76-9e91-9fa566bd74ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/cbf618b8-5201-4b76-9e91-9fa566bd74ae.jpg already downloaded
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252F1654aa25-4f81-4933-83fe-4fc5d7c6f5a1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/1654aa25-4f81-4933-83fe-4fc5d7c6f5a1.jpg already downloaded
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724777%252Fgeneral%252F2af0e400-c6d4-4fc8-9615-4ab6f2862857.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724777/general/2af0e400-c6d4-4fc8-9615-4ab6f2862857.jpg already downloaded
2026-03-26 13:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 0cdead91-3109-51dd-817b-f176bb38ce49, identifier: 10728908
2026-03-26 13:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 0cdead91-3109-51dd-817b-f176bb38ce49 with identifier: 10728908
2026-03-26 13:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 0cdead91-3109-51dd-817b-f176bb38ce49 with identifier: 10728908
2026-03-26 13:30:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 0cdead91-3109-51dd-817b-f176bb38ce49 with identifier: 10728908 to the API
2026-03-26 13:30:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:30:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728908>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 218,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '0cdead91-3109-51dd-817b-f176bb38ce49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000206',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728908',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Renault',
'model': 'Megane E-Tech',
'odometer': 9722,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5724777/general/8635fada-c468-42cd-9c07-9deceedc9a85.jpg',
'https://images.openlane.eu/carimgs/5724777/general/52fcb001-173e-405d-8944-55ba455b3c98.jpg',
'https://images.openlane.eu/carimgs/5724777/general/5062cc6d-a026-4947-9299-c93458a8cf7f.jpg',
'https://images.openlane.eu/carimgs/5724777/general/ef5beb09-375a-494b-8368-a87ff7d98568.jpg',
'https://images.openlane.eu/carimgs/5724777/general/f6a31ccc-6a49-43a6-b505-190217dd737e.jpg',
'https://images.openlane.eu/carimgs/5724777/general/57cf2762-f377-4273-96e8-f1f726cae45f.jpg',
'https://images.openlane.eu/carimgs/5724777/general/e56eb910-be23-45f3-9667-a1570c8ca30a.jpg',
'https://images.openlane.eu/carimgs/5724777/general/cbf618b8-5201-4b76-9e91-9fa566bd74ae.jpg',
'https://images.openlane.eu/carimgs/5724777/general/1654aa25-4f81-4933-83fe-4fc5d7c6f5a1.jpg',
'https://images.openlane.eu/carimgs/5724777/general/2af0e400-c6d4-4fc8-9615-4ab6f2862857.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 467168,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/8635fada-c468-42cd-9c07-9deceedc9a85.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 463098,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/52fcb001-173e-405d-8944-55ba455b3c98.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 465426,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/5062cc6d-a026-4947-9299-c93458a8cf7f.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 490110,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/ef5beb09-375a-494b-8368-a87ff7d98568.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 448632,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/f6a31ccc-6a49-43a6-b505-190217dd737e.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342169,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/57cf2762-f377-4273-96e8-f1f726cae45f.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280997,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/e56eb910-be23-45f3-9667-a1570c8ca30a.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 374933,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/cbf618b8-5201-4b76-9e91-9fa566bd74ae.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 435052,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/1654aa25-4f81-4933-83fe-4fc5d7c6f5a1.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0cdead91-3109-51dd-817b-f176bb38ce49/0cdead91-3109-51dd-817b-f176bb38ce49_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 371784,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724777/general/2af0e400-c6d4-4fc8-9615-4ab6f2862857.jpg',
'Width': 2000}],
'price': 23600,
'price_includes_vat': True,
'registration_date': '2024-03-06',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Renault Megane E-Tech Iconic - Electric - Automatic - 218 hp - '
'9.722 km',
'transmission': 'automatic',
'trim': 'Iconic',
'vin': None,
'year': 2024}
2026-03-26 13:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728908%27 HTTP/1.1" 200 None
2026-03-26 13:30:56 [adesa.fr] INFO: Saving data for 10728908: {'created_time': 1774531856.332791, 'last_price_update_time': 1774531856.332802, 'auction_closing_time': 1774597200.0}
2026-03-26 13:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728908') HTTP/1.1" 204 0
2026-03-26 13:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730400> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:30:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3c1e6b8-9337-5db0-9582-42e440f21ed5 with identifier: 10730400
2026-03-26 13:30:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3c1e6b8-9337-5db0-9582-42e440f21ed5 with scrape type 1
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d3c1e6b8-9337-5db0-9582-42e440f21ed5
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252F94400315-475b-4a84-b4d5-093998a0e730.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/94400315-475b-4a84-b4d5-093998a0e730.jpg already downloaded
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252F5c169c08-011c-447a-b1ab-2385557488b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/5c169c08-011c-447a-b1ab-2385557488b7.jpg already downloaded
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252Fabb7784a-9d11-412a-a744-810fbb2481cc.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/abb7784a-9d11-412a-a744-810fbb2481cc.jpg already downloaded
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252Fc40897a0-bee8-4f4c-b1d9-89732d5ab9a3.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/c40897a0-bee8-4f4c-b1d9-89732d5ab9a3.jpg already downloaded
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252F9029e867-a35e-412b-be0b-f9eacd5f66ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/9029e867-a35e-412b-be0b-f9eacd5f66ae.jpg already downloaded
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252F8f11c630-0e5f-4c28-b0d9-ff4cd76469ba.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/8f11c630-0e5f-4c28-b0d9-ff4cd76469ba.jpg already downloaded
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252F9d6afeac-4e37-4302-95ac-2d5343b79654.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/9d6afeac-4e37-4302-95ac-2d5343b79654.jpg already downloaded
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252F328278b3-e5aa-4811-8a89-9b545064b90f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/328278b3-e5aa-4811-8a89-9b545064b90f.jpg already downloaded
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252Fcb76ecbd-0530-45f8-882d-28a6b4112562.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/cb76ecbd-0530-45f8-882d-28a6b4112562.jpg already downloaded
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5306144%252Fgeneral%252F8795af02-e0ce-4835-94e0-6f08ca534607.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:30:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5306144/general/8795af02-e0ce-4835-94e0-6f08ca534607.jpg already downloaded
2026-03-26 13:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: d3c1e6b8-9337-5db0-9582-42e440f21ed5, identifier: 10730400
2026-03-26 13:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: d3c1e6b8-9337-5db0-9582-42e440f21ed5 with identifier: 10730400
2026-03-26 13:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: d3c1e6b8-9337-5db0-9582-42e440f21ed5 with identifier: 10730400
2026-03-26 13:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: d3c1e6b8-9337-5db0-9582-42e440f21ed5 with identifier: 10730400 to the API
2026-03-26 13:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:31:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10730400>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd3c1e6b8-9337-5db0-9582-42e440f21ed5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF733AC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730400',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS3 Crossback',
'odometer': 87097,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 21,
'photo_urls': ['https://images.openlane.eu/carimgs/5306144/general/94400315-475b-4a84-b4d5-093998a0e730.jpg',
'https://images.openlane.eu/carimgs/5306144/general/5c169c08-011c-447a-b1ab-2385557488b7.jpg',
'https://images.openlane.eu/carimgs/5306144/general/abb7784a-9d11-412a-a744-810fbb2481cc.jpg',
'https://images.openlane.eu/carimgs/5306144/general/c40897a0-bee8-4f4c-b1d9-89732d5ab9a3.jpg',
'https://images.openlane.eu/carimgs/5306144/general/9029e867-a35e-412b-be0b-f9eacd5f66ae.jpg',
'https://images.openlane.eu/carimgs/5306144/general/8f11c630-0e5f-4c28-b0d9-ff4cd76469ba.jpg',
'https://images.openlane.eu/carimgs/5306144/general/9d6afeac-4e37-4302-95ac-2d5343b79654.jpg',
'https://images.openlane.eu/carimgs/5306144/general/328278b3-e5aa-4811-8a89-9b545064b90f.jpg',
'https://images.openlane.eu/carimgs/5306144/general/cb76ecbd-0530-45f8-882d-28a6b4112562.jpg',
'https://images.openlane.eu/carimgs/5306144/general/8795af02-e0ce-4835-94e0-6f08ca534607.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77604,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/94400315-475b-4a84-b4d5-093998a0e730.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85361,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/5c169c08-011c-447a-b1ab-2385557488b7.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92697,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/abb7784a-9d11-412a-a744-810fbb2481cc.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 475797,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/c40897a0-bee8-4f4c-b1d9-89732d5ab9a3.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87014,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/9029e867-a35e-412b-be0b-f9eacd5f66ae.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81006,
'Height': 480,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/8f11c630-0e5f-4c28-b0d9-ff4cd76469ba.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 447306,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/9d6afeac-4e37-4302-95ac-2d5343b79654.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262332,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/328278b3-e5aa-4811-8a89-9b545064b90f.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 395758,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/cb76ecbd-0530-45f8-882d-28a6b4112562.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d3c1e6b8-9337-5db0-9582-42e440f21ed5/d3c1e6b8-9337-5db0-9582-42e440f21ed5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 380870,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5306144/general/8795af02-e0ce-4835-94e0-6f08ca534607.jpg',
'Width': 2000}],
'price': 8900,
'price_includes_vat': True,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': "Westauto's nv",
'title': 'DS DS3 Crossback 1.2i - Petrol - Manual - 100 hp - 87.097 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730400%27 HTTP/1.1" 200 None
2026-03-26 13:31:00 [adesa.fr] INFO: Saving data for 10730400: {'created_time': 1774531860.387676, 'last_price_update_time': 1774531860.387688, 'auction_closing_time': 1774864800.0}
2026-03-26 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10730400') HTTP/1.1" 204 0
2026-03-26 13:31:07 [scrapy.extensions.logstats] INFO: Crawled 12 pages (at 12 pages/min), scraped 11 items (at 11 items/min)
2026-03-26 13:31:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 159MiB
2026-03-26 13:31:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728901> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:31:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:31:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f16162d5-2d81-5bc5-82ab-788e1113f1c6 with identifier: 10728901
2026-03-26 13:31:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f16162d5-2d81-5bc5-82ab-788e1113f1c6 with scrape type 1
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f16162d5-2d81-5bc5-82ab-788e1113f1c6
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252Fcf7a3969-12db-4d32-951f-af84c9d61ab0.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/cf7a3969-12db-4d32-951f-af84c9d61ab0.jpg already downloaded
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252F76f9ea66-bf69-467e-a5cc-542ffb5e3715.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/76f9ea66-bf69-467e-a5cc-542ffb5e3715.jpg already downloaded
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252F6cd0e74e-b73c-401e-bb3a-54d8bba13b9e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/6cd0e74e-b73c-401e-bb3a-54d8bba13b9e.jpg already downloaded
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252Fe1de763e-6f72-4af0-b653-74bf358fd108.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/e1de763e-6f72-4af0-b653-74bf358fd108.jpg already downloaded
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252F71328d11-7590-4020-9504-616924f127e9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/71328d11-7590-4020-9504-616924f127e9.jpg already downloaded
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252F815064c7-80da-491b-a6e9-68f73581535f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/815064c7-80da-491b-a6e9-68f73581535f.jpg already downloaded
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252F6fd881e6-33f0-4035-b31d-4e323c95866f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/6fd881e6-33f0-4035-b31d-4e323c95866f.jpg already downloaded
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252F463783d6-a4ca-4f39-9b56-9546e9058f0e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/463783d6-a4ca-4f39-9b56-9546e9058f0e.jpg already downloaded
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252F9c0596ee-a5d7-415e-a73c-ef3aec9a5780.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/9c0596ee-a5d7-415e-a73c-ef3aec9a5780.jpg already downloaded
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5707097%252Fgeneral%252F2e4cd505-62ba-460f-b789-9109909fea71.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5707097/general/2e4cd505-62ba-460f-b789-9109909fea71.jpg already downloaded
2026-03-26 13:31:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: f16162d5-2d81-5bc5-82ab-788e1113f1c6, identifier: 10728901
2026-03-26 13:31:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: f16162d5-2d81-5bc5-82ab-788e1113f1c6 with identifier: 10728901
2026-03-26 13:31:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: f16162d5-2d81-5bc5-82ab-788e1113f1c6 with identifier: 10728901
2026-03-26 13:31:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: f16162d5-2d81-5bc5-82ab-788e1113f1c6 with identifier: 10728901 to the API
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:31:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728901>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': 'f16162d5-2d81-5bc5-82ab-788e1113f1c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000571',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728901',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'ID.Buzz',
'odometer': 69999,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 16,
'photo_urls': ['https://images.openlane.eu/carimgs/5707097/general/cf7a3969-12db-4d32-951f-af84c9d61ab0.jpg',
'https://images.openlane.eu/carimgs/5707097/general/76f9ea66-bf69-467e-a5cc-542ffb5e3715.jpg',
'https://images.openlane.eu/carimgs/5707097/general/6cd0e74e-b73c-401e-bb3a-54d8bba13b9e.jpg',
'https://images.openlane.eu/carimgs/5707097/general/e1de763e-6f72-4af0-b653-74bf358fd108.jpg',
'https://images.openlane.eu/carimgs/5707097/general/71328d11-7590-4020-9504-616924f127e9.jpg',
'https://images.openlane.eu/carimgs/5707097/general/815064c7-80da-491b-a6e9-68f73581535f.jpg',
'https://images.openlane.eu/carimgs/5707097/general/6fd881e6-33f0-4035-b31d-4e323c95866f.jpg',
'https://images.openlane.eu/carimgs/5707097/general/463783d6-a4ca-4f39-9b56-9546e9058f0e.jpg',
'https://images.openlane.eu/carimgs/5707097/general/9c0596ee-a5d7-415e-a73c-ef3aec9a5780.jpg',
'https://images.openlane.eu/carimgs/5707097/general/2e4cd505-62ba-460f-b789-9109909fea71.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30159,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/cf7a3969-12db-4d32-951f-af84c9d61ab0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 28648,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/76f9ea66-bf69-467e-a5cc-542ffb5e3715.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 27990,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/6cd0e74e-b73c-401e-bb3a-54d8bba13b9e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 25685,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/e1de763e-6f72-4af0-b653-74bf358fd108.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42125,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/71328d11-7590-4020-9504-616924f127e9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 52024,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/815064c7-80da-491b-a6e9-68f73581535f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 50363,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/6fd881e6-33f0-4035-b31d-4e323c95866f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88481,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/463783d6-a4ca-4f39-9b56-9546e9058f0e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 30935,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/9c0596ee-a5d7-415e-a73c-ef3aec9a5780.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f16162d5-2d81-5bc5-82ab-788e1113f1c6/f16162d5-2d81-5bc5-82ab-788e1113f1c6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53629,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5707097/general/2e4cd505-62ba-460f-b789-9109909fea71.jpg',
'Width': 1024}],
'price': 29900,
'price_includes_vat': True,
'registration_date': '2024-02-13',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Volkswagen ID.Buzz Pro - Electric - Automatic - 204 hp - 69.999 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728901%27 HTTP/1.1" 200 None
2026-03-26 13:31:09 [adesa.fr] INFO: Saving data for 10728901: {'created_time': 1774531869.939161, 'last_price_update_time': 1774531869.939174, 'auction_closing_time': 1774597200.0}
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728901') HTTP/1.1" 204 0
2026-03-26 13:31:13 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 4.549(s), this was the 1st time calling it.
2026-03-26 13:31:13 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.852509960104666 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Thu, 26 Mar 2026 13:31:13 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': '2cb53117886e30ee13256d716a354470', 'Vary': 'Accept-Encoding', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Expose-Headers': '*, X-Project-Key', 'Access-Control-Allow-Methods': 'GET, PUT, POST, DELETE, PATCH, OPTIONS', 'Access-Control-Allow-Headers': 'DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, X-Project-Key', 'Access-Control-Max-Age': '1728000')>, body=b'{"type":"/download/temporary-error","title":"Website Ban","status":520,"detail":"Zyte API could not get a ban-free response in a reasonable time. See https://docs.zyte.com/zyte-api/usage/errors.html#ban-responses"}', request_id=2cb53117886e30ee13256d716a354470.
2026-03-26 13:31:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:31:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728796> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:31:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:31:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53be70ad-99c8-57f1-a0a4-ce47cff97375 with identifier: 10728796
2026-03-26 13:31:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53be70ad-99c8-57f1-a0a4-ce47cff97375 with scrape type 1
2026-03-26 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 53be70ad-99c8-57f1-a0a4-ce47cff97375
2026-03-26 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252F63a0d0ce-1e86-4859-871c-45150ab15b29.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/63a0d0ce-1e86-4859-871c-45150ab15b29.jpg already downloaded
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252F5b64d5fd-4c91-45ec-8f47-8f70557fde0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/5b64d5fd-4c91-45ec-8f47-8f70557fde0d.jpg already downloaded
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252F8ea8d5ff-ebd5-42b8-a879-847e350d3508.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/8ea8d5ff-ebd5-42b8-a879-847e350d3508.jpg not downloaded yet
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252Fe2fe7cb8-7c5d-4631-9d2d-05e9b9758dbd.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/e2fe7cb8-7c5d-4631-9d2d-05e9b9758dbd.jpg not downloaded yet
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252Fcef05328-03b2-4d69-a524-5a55a8c4cad4.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/cef05328-03b2-4d69-a524-5a55a8c4cad4.jpg already downloaded
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252F4bdbdebd-2d4c-4150-99d2-9467714f2215.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/4bdbdebd-2d4c-4150-99d2-9467714f2215.jpg already downloaded
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252Fc81a9dde-a5d9-4548-9284-7b9d8ff19929.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/c81a9dde-a5d9-4548-9284-7b9d8ff19929.jpg not downloaded yet
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252F156fce11-6253-4166-a52e-8f2c722fd22a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/156fce11-6253-4166-a52e-8f2c722fd22a.jpg not downloaded yet
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252Ffc0790c8-b654-434e-b59f-b1991b42427f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/fc0790c8-b654-434e-b59f-b1991b42427f.jpg not downloaded yet
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252Fea2443c4-7ade-44f0-8a00-597cbc06d319.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/ea2443c4-7ade-44f0-8a00-597cbc06d319.jpg already downloaded
2026-03-26 13:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5706354/general/8ea8d5ff-ebd5-42b8-a879-847e350d3508.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728796)
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ea9e10>
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252F8ea8d5ff-ebd5-42b8-a879-847e350d3508.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/8ea8d5ff-ebd5-42b8-a879-847e350d3508.jpg saved to cache
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 53be70ad-99c8-57f1-a0a4-ce47cff97375
2026-03-26 13:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5706354/general/fc0790c8-b654-434e-b59f-b1991b42427f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728796)
2026-03-26 13:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5706354/general/c81a9dde-a5d9-4548-9284-7b9d8ff19929.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728796)
2026-03-26 13:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5706354/general/e2fe7cb8-7c5d-4631-9d2d-05e9b9758dbd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728796)
2026-03-26 13:31:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5706354/general/156fce11-6253-4166-a52e-8f2c722fd22a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728796)
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6255850>
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252Ffc0790c8-b654-434e-b59f-b1991b42427f.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/fc0790c8-b654-434e-b59f-b1991b42427f.jpg saved to cache
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 53be70ad-99c8-57f1-a0a4-ce47cff97375
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5eba750>
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252Fc81a9dde-a5d9-4548-9284-7b9d8ff19929.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/c81a9dde-a5d9-4548-9284-7b9d8ff19929.jpg saved to cache
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 53be70ad-99c8-57f1-a0a4-ce47cff97375
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6230850>
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252Fe2fe7cb8-7c5d-4631-9d2d-05e9b9758dbd.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/e2fe7cb8-7c5d-4631-9d2d-05e9b9758dbd.jpg saved to cache
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 53be70ad-99c8-57f1-a0a4-ce47cff97375
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f764d0>
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5706354%252Fgeneral%252F156fce11-6253-4166-a52e-8f2c722fd22a.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5706354/general/156fce11-6253-4166-a52e-8f2c722fd22a.jpg saved to cache
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 53be70ad-99c8-57f1-a0a4-ce47cff97375
2026-03-26 13:31:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 53be70ad-99c8-57f1-a0a4-ce47cff97375, skipping ID generation
2026-03-26 13:31:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53be70ad-99c8-57f1-a0a4-ce47cff97375 with scrape type 1
2026-03-26 13:31:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 53be70ad-99c8-57f1-a0a4-ce47cff97375 sending to next pipeline
2026-03-26 13:31:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 53be70ad-99c8-57f1-a0a4-ce47cff97375, identifier: 10728796
2026-03-26 13:31:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 53be70ad-99c8-57f1-a0a4-ce47cff97375 with identifier: 10728796
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:31:25 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybride HTTP/1.1" 200 None
2026-03-26 13:31:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 53be70ad-99c8-57f1-a0a4-ce47cff97375 with identifier: 10728796
2026-03-26 13:31:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 53be70ad-99c8-57f1-a0a4-ce47cff97375 with identifier: 10728796 to the API
2026-03-26 13:31:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:31: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-26 13:31:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5706354/general/156fce11-6253-4166-a52e-8f2c722fd22a.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '53be70ad-99c8-57f1-a0a4-ce47cff97375',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GS860WW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728796',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 165256,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168926,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/63a0d0ce-1e86-4859-871c-45150ab15b29.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161326,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/5b64d5fd-4c91-45ec-8f47-8f70557fde0d.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176204,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/8ea8d5ff-ebd5-42b8-a879-847e350d3508.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179891,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/e2fe7cb8-7c5d-4631-9d2d-05e9b9758dbd.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128119,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/cef05328-03b2-4d69-a524-5a55a8c4cad4.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155715,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/4bdbdebd-2d4c-4150-99d2-9467714f2215.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79247,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/c81a9dde-a5d9-4548-9284-7b9d8ff19929.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 161291,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/156fce11-6253-4166-a52e-8f2c722fd22a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159105,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/fc0790c8-b654-434e-b59f-b1991b42427f.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_53be70ad-99c8-57f1-a0a4-ce47cff97375/53be70ad-99c8-57f1-a0a4-ce47cff97375_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 150282,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5706354/general/ea2443c4-7ade-44f0-8a00-597cbc06d319.jpg',
'Width': 1280}],
'price': 11800,
'price_includes_vat': True,
'registration_date': '2023-12-06',
'seats_number': 5,
'seller_name': 'Vancia Mobility Lease',
'title': 'Peugeot 308 SW 1.6 Allure - Hybrid - Automatic - 150 hp - 165.256 '
'km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2023}
2026-03-26 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728796%27 HTTP/1.1" 200 None
2026-03-26 13:31:26 [adesa.fr] INFO: Saving data for 10728796: {'created_time': 1774531886.487883, 'last_price_update_time': 1774531886.487894, 'auction_closing_time': 1774600200.0}
2026-03-26 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728796') HTTP/1.1" 204 0
2026-03-26 13:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728842> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:31:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c93fb5ae-0182-5f0f-aae4-bb2649f0a763 with identifier: 10728842
2026-03-26 13:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763 with scrape type 1
2026-03-26 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F4603e98f-ac18-4a76-b4f3-38ef7b4a8900.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/4603e98f-ac18-4a76-b4f3-38ef7b4a8900.jpg not downloaded yet
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F7218edd0-87f9-43dd-b949-be36d9712843.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/7218edd0-87f9-43dd-b949-be36d9712843.jpg not downloaded yet
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F301c4225-ea34-4215-82ba-4e4765fd7165.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/301c4225-ea34-4215-82ba-4e4765fd7165.jpg not downloaded yet
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F6a53e41c-ab62-4bbf-bdda-7f5e3ee07694.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/6a53e41c-ab62-4bbf-bdda-7f5e3ee07694.jpg not downloaded yet
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F357d62ba-b731-4c61-b2b7-640070d36708.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/357d62ba-b731-4c61-b2b7-640070d36708.jpg not downloaded yet
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F24780893-d7dc-48b0-9e2b-3c6a06fb0155.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/24780893-d7dc-48b0-9e2b-3c6a06fb0155.jpg not downloaded yet
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F86023ee9-128c-421b-92a8-5c129876d599.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/86023ee9-128c-421b-92a8-5c129876d599.jpg not downloaded yet
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252Fbcf14c55-b422-46dc-9876-b5247c6e03eb.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/bcf14c55-b422-46dc-9876-b5247c6e03eb.jpg not downloaded yet
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252Fb65c2229-00fb-4687-9fa0-2093bdc113ca.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/b65c2229-00fb-4687-9fa0-2093bdc113ca.jpg not downloaded yet
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/7218edd0-87f9-43dd-b949-be36d9712843.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/4603e98f-ac18-4a76-b4f3-38ef7b4a8900.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F842dcbf1-645e-437a-ad1a-d1eb6fcd0b69.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/842dcbf1-645e-437a-ad1a-d1eb6fcd0b69.jpg not downloaded yet
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/6a53e41c-ab62-4bbf-bdda-7f5e3ee07694.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/301c4225-ea34-4215-82ba-4e4765fd7165.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/357d62ba-b731-4c61-b2b7-640070d36708.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/86023ee9-128c-421b-92a8-5c129876d599.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/bcf14c55-b422-46dc-9876-b5247c6e03eb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/842dcbf1-645e-437a-ad1a-d1eb6fcd0b69.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/b65c2229-00fb-4687-9fa0-2093bdc113ca.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6291210>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F7218edd0-87f9-43dd-b949-be36d9712843.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/7218edd0-87f9-43dd-b949-be36d9712843.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac620cd50>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F4603e98f-ac18-4a76-b4f3-38ef7b4a8900.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/4603e98f-ac18-4a76-b4f3-38ef7b4a8900.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac600de10>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F6a53e41c-ab62-4bbf-bdda-7f5e3ee07694.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/6a53e41c-ab62-4bbf-bdda-7f5e3ee07694.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6138150>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F301c4225-ea34-4215-82ba-4e4765fd7165.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/301c4225-ea34-4215-82ba-4e4765fd7165.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6025850>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F357d62ba-b731-4c61-b2b7-640070d36708.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/357d62ba-b731-4c61-b2b7-640070d36708.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6139810>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F86023ee9-128c-421b-92a8-5c129876d599.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/86023ee9-128c-421b-92a8-5c129876d599.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6147890>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252Fbcf14c55-b422-46dc-9876-b5247c6e03eb.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/bcf14c55-b422-46dc-9876-b5247c6e03eb.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6138ad0>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F842dcbf1-645e-437a-ad1a-d1eb6fcd0b69.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/842dcbf1-645e-437a-ad1a-d1eb6fcd0b69.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746953/general/24780893-d7dc-48b0-9e2b-3c6a06fb0155.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728842)
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6135f90>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252Fb65c2229-00fb-4687-9fa0-2093bdc113ca.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/b65c2229-00fb-4687-9fa0-2093bdc113ca.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac62a2350>
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746953%252Fgeneral%252F24780893-d7dc-48b0-9e2b-3c6a06fb0155.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746953/general/24780893-d7dc-48b0-9e2b-3c6a06fb0155.jpg saved to cache
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763
2026-03-26 13:31:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c93fb5ae-0182-5f0f-aae4-bb2649f0a763, skipping ID generation
2026-03-26 13:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763 with scrape type 1
2026-03-26 13:31:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c93fb5ae-0182-5f0f-aae4-bb2649f0a763 sending to next pipeline
2026-03-26 13:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: c93fb5ae-0182-5f0f-aae4-bb2649f0a763, identifier: 10728842
2026-03-26 13:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: c93fb5ae-0182-5f0f-aae4-bb2649f0a763 with identifier: 10728842
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-26 13:31:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: c93fb5ae-0182-5f0f-aae4-bb2649f0a763 with identifier: 10728842
2026-03-26 13:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: c93fb5ae-0182-5f0f-aae4-bb2649f0a763 with identifier: 10728842 to the API
2026-03-26 13:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:31:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746953/general/24780893-d7dc-48b0-9e2b-3c6a06fb0155.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 160,
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'c93fb5ae-0182-5f0f-aae4-bb2649f0a763',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FY569BV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728842',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'E',
'odometer': 171873,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 140145,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/4603e98f-ac18-4a76-b4f3-38ef7b4a8900.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116929,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/7218edd0-87f9-43dd-b949-be36d9712843.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142863,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/301c4225-ea34-4215-82ba-4e4765fd7165.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 168917,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/6a53e41c-ab62-4bbf-bdda-7f5e3ee07694.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129641,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/357d62ba-b731-4c61-b2b7-640070d36708.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173058,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/24780893-d7dc-48b0-9e2b-3c6a06fb0155.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138817,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/86023ee9-128c-421b-92a8-5c129876d599.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117156,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/bcf14c55-b422-46dc-9876-b5247c6e03eb.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157178,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/b65c2229-00fb-4687-9fa0-2093bdc113ca.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_c93fb5ae-0182-5f0f-aae4-bb2649f0a763/c93fb5ae-0182-5f0f-aae4-bb2649f0a763_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146747,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746953/general/842dcbf1-645e-437a-ad1a-d1eb6fcd0b69.jpg',
'Width': 1280}],
'price': 18000,
'price_includes_vat': True,
'registration_date': '2021-03-24',
'seats_number': 5,
'seller_name': 'VANCIA FRANCE',
'title': 'Mercedes-Benz E 200d Business Solution - Diesel - Automatic - 160 '
'hp - 171.873 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-26 13:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728842%27 HTTP/1.1" 200 None
2026-03-26 13:31:29 [adesa.fr] INFO: Saving data for 10728842: {'created_time': 1774531889.308482, 'last_price_update_time': 1774531889.308496, 'auction_closing_time': 1774600200.0}
2026-03-26 13:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728842') HTTP/1.1" 204 0
2026-03-26 13:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728827> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:31:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cab1418-c279-549d-873a-834a50a4fac9 with identifier: 10728827
2026-03-26 13:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cab1418-c279-549d-873a-834a50a4fac9 with scrape type 1
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F773d3af0-a2a9-45f1-bf34-5255c5379cbe.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/773d3af0-a2a9-45f1-bf34-5255c5379cbe.jpg not downloaded yet
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252Fa3559fbf-cddb-404e-a89c-3b05be8da5a8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/a3559fbf-cddb-404e-a89c-3b05be8da5a8.jpg not downloaded yet
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F46d76daa-ad5f-4ea2-a818-cdbcc625366a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/46d76daa-ad5f-4ea2-a818-cdbcc625366a.jpg not downloaded yet
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F55a01298-ada7-43b4-b383-b7d676e08f59.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/55a01298-ada7-43b4-b383-b7d676e08f59.jpg not downloaded yet
2026-03-26 13:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730405> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F1443a9d8-3ddb-4742-b216-e9b2d91426c6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/1443a9d8-3ddb-4742-b216-e9b2d91426c6.jpg not downloaded yet
2026-03-26 13:31:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F8b3e0c10-383b-496b-9474-57629d61d4ca.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/8b3e0c10-383b-496b-9474-57629d61d4ca.jpg not downloaded yet
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252Fc3e4de83-f67c-4a2a-a982-5c61b7e63931.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/c3e4de83-f67c-4a2a-a982-5c61b7e63931.jpg not downloaded yet
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252Fda1e7eea-40e5-45c3-9c0e-aa09905fc06b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/da1e7eea-40e5-45c3-9c0e-aa09905fc06b.jpg not downloaded yet
2026-03-26 13:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/773d3af0-a2a9-45f1-bf34-5255c5379cbe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/a3559fbf-cddb-404e-a89c-3b05be8da5a8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F0e6c3512-234d-42fa-b0fb-e04197c87c17.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/0e6c3512-234d-42fa-b0fb-e04197c87c17.jpg not downloaded yet
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252Ff1836c5d-f16a-45d7-80b2-34e6b1b2bea8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/f1836c5d-f16a-45d7-80b2-34e6b1b2bea8.jpg not downloaded yet
2026-03-26 13:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b3bf2e2-2735-590b-96de-6d98bf76c2b3 with identifier: 10730405
2026-03-26 13:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b3bf2e2-2735-590b-96de-6d98bf76c2b3 with scrape type 1
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1b3bf2e2-2735-590b-96de-6d98bf76c2b3
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252F40a66455-9107-42f7-b6b6-1e96bc51961e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/40a66455-9107-42f7-b6b6-1e96bc51961e.jpg already downloaded
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252F15fbc2ef-0985-44b3-851f-a2252138881c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/15fbc2ef-0985-44b3-851f-a2252138881c.jpg already downloaded
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252F1be161fe-47fa-468c-b101-241a37fd51ef.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/1be161fe-47fa-468c-b101-241a37fd51ef.jpg already downloaded
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252F4ba27f36-01dc-4cab-8d36-6e0703a780fe.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/4ba27f36-01dc-4cab-8d36-6e0703a780fe.jpg already downloaded
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252Fdc757f90-d877-496b-88ed-3105313d1ead.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/dc757f90-d877-496b-88ed-3105313d1ead.jpg already downloaded
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252F1c735459-77ea-4e7b-94d7-39b2ae52aa66.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/1c735459-77ea-4e7b-94d7-39b2ae52aa66.jpg already downloaded
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252Fc8898bb3-67b4-4006-885c-4b068ccb77bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/c8898bb3-67b4-4006-885c-4b068ccb77bf.jpg already downloaded
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252F9c4c8f2a-1f45-4d0a-80e2-540c287cf196.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/9c4c8f2a-1f45-4d0a-80e2-540c287cf196.jpg already downloaded
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252F200fe2fc-4513-4f02-8648-baaaebacf965.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/200fe2fc-4513-4f02-8648-baaaebacf965.jpg already downloaded
2026-03-26 13:31:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5528761%252Fgeneral%252Fb93abb08-82f1-4186-be91-b924282b6ac7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5528761/general/b93abb08-82f1-4186-be91-b924282b6ac7.jpg already downloaded
2026-03-26 13:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 1b3bf2e2-2735-590b-96de-6d98bf76c2b3, identifier: 10730405
2026-03-26 13:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 1b3bf2e2-2735-590b-96de-6d98bf76c2b3 with identifier: 10730405
2026-03-26 13:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 1b3bf2e2-2735-590b-96de-6d98bf76c2b3 with identifier: 10730405
2026-03-26 13:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 1b3bf2e2-2735-590b-96de-6d98bf76c2b3 with identifier: 10730405 to the API
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10730405>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Hybrid',
'id': '1b3bf2e2-2735-590b-96de-6d98bf76c2b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GN976MS',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730405',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 57243,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 31,
'photo_urls': ['https://images.openlane.eu/carimgs/5528761/general/40a66455-9107-42f7-b6b6-1e96bc51961e.jpg',
'https://images.openlane.eu/carimgs/5528761/general/15fbc2ef-0985-44b3-851f-a2252138881c.jpg',
'https://images.openlane.eu/carimgs/5528761/general/1be161fe-47fa-468c-b101-241a37fd51ef.jpg',
'https://images.openlane.eu/carimgs/5528761/general/4ba27f36-01dc-4cab-8d36-6e0703a780fe.jpg',
'https://images.openlane.eu/carimgs/5528761/general/dc757f90-d877-496b-88ed-3105313d1ead.jpg',
'https://images.openlane.eu/carimgs/5528761/general/1c735459-77ea-4e7b-94d7-39b2ae52aa66.jpg',
'https://images.openlane.eu/carimgs/5528761/general/c8898bb3-67b4-4006-885c-4b068ccb77bf.jpg',
'https://images.openlane.eu/carimgs/5528761/general/9c4c8f2a-1f45-4d0a-80e2-540c287cf196.jpg',
'https://images.openlane.eu/carimgs/5528761/general/200fe2fc-4513-4f02-8648-baaaebacf965.jpg',
'https://images.openlane.eu/carimgs/5528761/general/b93abb08-82f1-4186-be91-b924282b6ac7.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242363,
'Height': 1066,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/40a66455-9107-42f7-b6b6-1e96bc51961e.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227581,
'Height': 1066,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/15fbc2ef-0985-44b3-851f-a2252138881c.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229786,
'Height': 1066,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/1be161fe-47fa-468c-b101-241a37fd51ef.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253698,
'Height': 1066,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/4ba27f36-01dc-4cab-8d36-6e0703a780fe.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314895,
'Height': 1066,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/dc757f90-d877-496b-88ed-3105313d1ead.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222459,
'Height': 1066,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/1c735459-77ea-4e7b-94d7-39b2ae52aa66.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274942,
'Height': 1066,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/c8898bb3-67b4-4006-885c-4b068ccb77bf.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230136,
'Height': 1066,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/9c4c8f2a-1f45-4d0a-80e2-540c287cf196.jpg',
'Width': 1600},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 53684,
'Height': 426,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/200fe2fc-4513-4f02-8648-baaaebacf965.jpg',
'Width': 640},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3bf2e2-2735-590b-96de-6d98bf76c2b3/1b3bf2e2-2735-590b-96de-6d98bf76c2b3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243864,
'Height': 1066,
'OriginUrl': 'https://images.openlane.eu/carimgs/5528761/general/b93abb08-82f1-4186-be91-b924282b6ac7.jpg',
'Width': 1600}],
'price': 22700,
'price_includes_vat': True,
'registration_date': '2023-04-24',
'seats_number': 5,
'seller_name': 'Kubika cars',
'title': 'BMW X2 25e M Sport - xDrive - Hybrid - Automatic - 125 hp - 57.243 '
'km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2023}
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730405%27 HTTP/1.1" 200 None
2026-03-26 13:31:35 [adesa.fr] INFO: Saving data for 10730405: {'created_time': 1774531895.450943, 'last_price_update_time': 1774531895.450956, 'auction_closing_time': 1774864800.0}
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10730405') HTTP/1.1" 204 0
2026-03-26 13:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/46d76daa-ad5f-4ea2-a818-cdbcc625366a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/55a01298-ada7-43b4-b383-b7d676e08f59.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/8b3e0c10-383b-496b-9474-57629d61d4ca.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/da1e7eea-40e5-45c3-9c0e-aa09905fc06b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/1443a9d8-3ddb-4742-b216-e9b2d91426c6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac8033810>
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F773d3af0-a2a9-45f1-bf34-5255c5379cbe.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/773d3af0-a2a9-45f1-bf34-5255c5379cbe.jpg saved to cache
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac61004d0>
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252Fa3559fbf-cddb-404e-a89c-3b05be8da5a8.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/a3559fbf-cddb-404e-a89c-3b05be8da5a8.jpg saved to cache
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/c3e4de83-f67c-4a2a-a982-5c61b7e63931.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac868edd0>
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F46d76daa-ad5f-4ea2-a818-cdbcc625366a.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/46d76daa-ad5f-4ea2-a818-cdbcc625366a.jpg saved to cache
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac612be90>
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F55a01298-ada7-43b4-b383-b7d676e08f59.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/55a01298-ada7-43b4-b383-b7d676e08f59.jpg saved to cache
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5eb4310>
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F8b3e0c10-383b-496b-9474-57629d61d4ca.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/8b3e0c10-383b-496b-9474-57629d61d4ca.jpg saved to cache
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f48050>
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252Fda1e7eea-40e5-45c3-9c0e-aa09905fc06b.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/da1e7eea-40e5-45c3-9c0e-aa09905fc06b.jpg saved to cache
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60ce210>
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F1443a9d8-3ddb-4742-b216-e9b2d91426c6.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/1443a9d8-3ddb-4742-b216-e9b2d91426c6.jpg saved to cache
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac607bb50>
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252Fc3e4de83-f67c-4a2a-a982-5c61b7e63931.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/c3e4de83-f67c-4a2a-a982-5c61b7e63931.jpg saved to cache
2026-03-26 13:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/0e6c3512-234d-42fa-b0fb-e04197c87c17.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746849/general/f1836c5d-f16a-45d7-80b2-34e6b1b2bea8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728827)
2026-03-26 13:31:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5edbdd0>
2026-03-26 13:31:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252F0e6c3512-234d-42fa-b0fb-e04197c87c17.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/0e6c3512-234d-42fa-b0fb-e04197c87c17.jpg saved to cache
2026-03-26 13:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:31:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac61539d0>
2026-03-26 13:31:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:31:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746849%252Fgeneral%252Ff1836c5d-f16a-45d7-80b2-34e6b1b2bea8.jpg') HTTP/1.1" 204 0
2026-03-26 13:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746849/general/f1836c5d-f16a-45d7-80b2-34e6b1b2bea8.jpg saved to cache
2026-03-26 13:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 1cab1418-c279-549d-873a-834a50a4fac9
2026-03-26 13:31:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1cab1418-c279-549d-873a-834a50a4fac9, skipping ID generation
2026-03-26 13:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cab1418-c279-549d-873a-834a50a4fac9 with scrape type 1
2026-03-26 13:31:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1cab1418-c279-549d-873a-834a50a4fac9 sending to next pipeline
2026-03-26 13:31:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 1cab1418-c279-549d-873a-834a50a4fac9, identifier: 10728827
2026-03-26 13:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 1cab1418-c279-549d-873a-834a50a4fac9 with identifier: 10728827
2026-03-26 13:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 1cab1418-c279-549d-873a-834a50a4fac9 with identifier: 10728827
2026-03-26 13:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 1cab1418-c279-549d-873a-834a50a4fac9 with identifier: 10728827 to the API
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746849/general/f1836c5d-f16a-45d7-80b2-34e6b1b2bea8.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-03-27T08:30:00Z',
'fuel_type': 'Diesel',
'id': '1cab1418-c279-549d-873a-834a50a4fac9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FT885ZC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728827',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'B',
'odometer': 95538,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 120395,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/773d3af0-a2a9-45f1-bf34-5255c5379cbe.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110570,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/a3559fbf-cddb-404e-a89c-3b05be8da5a8.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115454,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/46d76daa-ad5f-4ea2-a818-cdbcc625366a.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121963,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/55a01298-ada7-43b4-b383-b7d676e08f59.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169760,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/1443a9d8-3ddb-4742-b216-e9b2d91426c6.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 159379,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/8b3e0c10-383b-496b-9474-57629d61d4ca.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206465,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/c3e4de83-f67c-4a2a-a982-5c61b7e63931.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110114,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/da1e7eea-40e5-45c3-9c0e-aa09905fc06b.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115248,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/0e6c3512-234d-42fa-b0fb-e04197c87c17.jpg',
'Width': 1280},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1cab1418-c279-549d-873a-834a50a4fac9/1cab1418-c279-549d-873a-834a50a4fac9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199849,
'Height': 960,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746849/general/f1836c5d-f16a-45d7-80b2-34e6b1b2bea8.jpg',
'Width': 1280}],
'price': 12700,
'price_includes_vat': True,
'registration_date': '2020-11-05',
'seats_number': 5,
'seller_name': 'VANCIA FRANCE',
'title': 'Mercedes-Benz B 180d Business Solution - Diesel - Automatic - 116 '
'hp - 95.538 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2020}
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728827%27 HTTP/1.1" 200 None
2026-03-26 13:31:36 [adesa.fr] INFO: Saving data for 10728827: {'created_time': 1774531896.715305, 'last_price_update_time': 1774531896.715317, 'auction_closing_time': 1774600200.0}
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728827') HTTP/1.1" 204 0
2026-03-26 13:31:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728864> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:31:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4316b3b9-fd77-53f1-85b3-ad888b7dc1e1 with identifier: 10728864
2026-03-26 13:31:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4316b3b9-fd77-53f1-85b3-ad888b7dc1e1 with scrape type 1
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4316b3b9-fd77-53f1-85b3-ad888b7dc1e1
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252Fc9f22016-2e2f-417a-8dec-a75070bcbec0.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/c9f22016-2e2f-417a-8dec-a75070bcbec0.jpg already downloaded
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252Fa1d78384-c6c2-489e-92d0-f7a7d1bf725e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/a1d78384-c6c2-489e-92d0-f7a7d1bf725e.jpg already downloaded
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252F406d2e0e-7523-4979-b6b0-273a71f4f7ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/406d2e0e-7523-4979-b6b0-273a71f4f7ad.jpg already downloaded
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252F2eb6e596-df2d-455b-a712-4015b2aae099.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/2eb6e596-df2d-455b-a712-4015b2aae099.jpg already downloaded
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252F1e0f36be-127c-4fa8-af06-f3682adda1d1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/1e0f36be-127c-4fa8-af06-f3682adda1d1.jpg already downloaded
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252Fc293437d-643b-44cb-8b7e-424a15c7cb4b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/c293437d-643b-44cb-8b7e-424a15c7cb4b.jpg already downloaded
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252F0263f771-e097-4e87-84ad-0290c2a42e0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/0263f771-e097-4e87-84ad-0290c2a42e0f.jpg already downloaded
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252Fcd4c6ef3-8f83-4001-9f3e-5b84f4a45d03.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/cd4c6ef3-8f83-4001-9f3e-5b84f4a45d03.jpg already downloaded
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252Fe5fbc366-a99a-42f7-9371-275e3e18c9d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/e5fbc366-a99a-42f7-9371-275e3e18c9d9.jpg already downloaded
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5665406%252Fgeneral%252F2435983e-e33c-4239-a1fa-70a4d7b05077.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5665406/general/2435983e-e33c-4239-a1fa-70a4d7b05077.jpg already downloaded
2026-03-26 13:31:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 4316b3b9-fd77-53f1-85b3-ad888b7dc1e1, identifier: 10728864
2026-03-26 13:31:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 4316b3b9-fd77-53f1-85b3-ad888b7dc1e1 with identifier: 10728864
2026-03-26 13:31:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 4316b3b9-fd77-53f1-85b3-ad888b7dc1e1 with identifier: 10728864
2026-03-26 13:31:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 4316b3b9-fd77-53f1-85b3-ad888b7dc1e1 with identifier: 10728864 to the API
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:31:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728864>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 534,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '4316b3b9-fd77-53f1-85b3-ad888b7dc1e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '226000102',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728864',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 123510,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 14,
'photo_urls': ['https://images.openlane.eu/carimgs/5665406/general/c9f22016-2e2f-417a-8dec-a75070bcbec0.jpg',
'https://images.openlane.eu/carimgs/5665406/general/a1d78384-c6c2-489e-92d0-f7a7d1bf725e.jpg',
'https://images.openlane.eu/carimgs/5665406/general/406d2e0e-7523-4979-b6b0-273a71f4f7ad.jpg',
'https://images.openlane.eu/carimgs/5665406/general/2eb6e596-df2d-455b-a712-4015b2aae099.jpg',
'https://images.openlane.eu/carimgs/5665406/general/1e0f36be-127c-4fa8-af06-f3682adda1d1.jpg',
'https://images.openlane.eu/carimgs/5665406/general/c293437d-643b-44cb-8b7e-424a15c7cb4b.jpg',
'https://images.openlane.eu/carimgs/5665406/general/0263f771-e097-4e87-84ad-0290c2a42e0f.jpg',
'https://images.openlane.eu/carimgs/5665406/general/cd4c6ef3-8f83-4001-9f3e-5b84f4a45d03.jpg',
'https://images.openlane.eu/carimgs/5665406/general/e5fbc366-a99a-42f7-9371-275e3e18c9d9.jpg',
'https://images.openlane.eu/carimgs/5665406/general/2435983e-e33c-4239-a1fa-70a4d7b05077.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 384021,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/c9f22016-2e2f-417a-8dec-a75070bcbec0.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 401479,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/a1d78384-c6c2-489e-92d0-f7a7d1bf725e.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 397647,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/406d2e0e-7523-4979-b6b0-273a71f4f7ad.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354499,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/2eb6e596-df2d-455b-a712-4015b2aae099.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 427235,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/1e0f36be-127c-4fa8-af06-f3682adda1d1.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340849,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/c293437d-643b-44cb-8b7e-424a15c7cb4b.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314486,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/0263f771-e097-4e87-84ad-0290c2a42e0f.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236207,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/cd4c6ef3-8f83-4001-9f3e-5b84f4a45d03.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259181,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/e5fbc366-a99a-42f7-9371-275e3e18c9d9.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4316b3b9-fd77-53f1-85b3-ad888b7dc1e1/4316b3b9-fd77-53f1-85b3-ad888b7dc1e1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217790,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5665406/general/2435983e-e33c-4239-a1fa-70a4d7b05077.jpg',
'Width': 2000}],
'price': 24800,
'price_includes_vat': True,
'registration_date': '2022-12-13',
'seats_number': 5,
'seller_name': 'Car Trade Deutschland',
'title': 'Tesla Model Y Performance - Dual Motor - Electric - 534 hp - '
'123.510 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728864%27 HTTP/1.1" 200 None
2026-03-26 13:31:45 [adesa.fr] INFO: Saving data for 10728864: {'created_time': 1774531905.858677, 'last_price_update_time': 1774531905.858688, 'auction_closing_time': 1774596600.0}
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728864') HTTP/1.1" 204 0
2026-03-26 13:32:07 [scrapy.extensions.logstats] INFO: Crawled 18 pages (at 6 pages/min), scraped 17 items (at 6 items/min)
2026-03-26 13:32:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 162MiB
2026-03-26 13:32:23 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.289(s), this was the 1st time calling it.
2026-03-26 13:32:23 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.7263707842671305 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:32:23 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.182(s), this was the 1st time calling it.
2026-03-26 13:32:23 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.405542474110458 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:32:23 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.359(s), this was the 1st time calling it.
2026-03-26 13:32:23 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.513235846968791 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:32:25 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.209(s), this was the 1st time calling it.
2026-03-26 13:32:25 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.07715035182303 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:32:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:32:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:32:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728894> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:32:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90a7109e-0669-579b-881b-b80dbedefc10 with identifier: 10728894
2026-03-26 13:32:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90a7109e-0669-579b-881b-b80dbedefc10 with scrape type 1
2026-03-26 13:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 90a7109e-0669-579b-881b-b80dbedefc10
2026-03-26 13:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252F2cbc8601-5266-4b8a-8abe-396dfd89e1e5.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/2cbc8601-5266-4b8a-8abe-396dfd89e1e5.jpg already downloaded
2026-03-26 13:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252F6397109f-56eb-43be-b7be-2c86992b21d8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/6397109f-56eb-43be-b7be-2c86992b21d8.jpg already downloaded
2026-03-26 13:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252F69e94c2f-6833-4d6d-bdf4-fb15e972eb0c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/69e94c2f-6833-4d6d-bdf4-fb15e972eb0c.jpg already downloaded
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252F329db9f8-fed0-42b8-8976-62e879ea45ef.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/329db9f8-fed0-42b8-8976-62e879ea45ef.jpg already downloaded
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252Fb1f960f3-e49b-4d64-b737-07e963315a17.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/b1f960f3-e49b-4d64-b737-07e963315a17.jpg already downloaded
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252Fa2d31aad-e251-4217-9219-72abba1882f8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/a2d31aad-e251-4217-9219-72abba1882f8.jpg already downloaded
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252F37597fc7-7aa5-4370-8638-0121d4ac0518.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/37597fc7-7aa5-4370-8638-0121d4ac0518.jpg already downloaded
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252F50bf1792-9e00-4253-9fb0-705db6911eb0.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/50bf1792-9e00-4253-9fb0-705db6911eb0.jpg already downloaded
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252Fb2fe4bbc-5018-44d5-9139-fe7df10faf79.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/b2fe4bbc-5018-44d5-9139-fe7df10faf79.jpg already downloaded
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745887%252Fgeneral%252F12612164-07d4-4d0f-87ca-c86c32c01ff8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745887/general/12612164-07d4-4d0f-87ca-c86c32c01ff8.jpg already downloaded
2026-03-26 13:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 90a7109e-0669-579b-881b-b80dbedefc10, identifier: 10728894
2026-03-26 13:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 90a7109e-0669-579b-881b-b80dbedefc10 with identifier: 10728894
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Blue HTTP/1.1" 200 None
2026-03-26 13:32:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 90a7109e-0669-579b-881b-b80dbedefc10 with identifier: 10728894
2026-03-26 13:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 90a7109e-0669-579b-881b-b80dbedefc10 with identifier: 10728894 to the API
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:32:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728894>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 340,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': '90a7109e-0669-579b-881b-b80dbedefc10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000712',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728894',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'Q8 E-tron',
'odometer': 75617,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photo_urls': ['https://images.openlane.eu/carimgs/5745887/general/2cbc8601-5266-4b8a-8abe-396dfd89e1e5.jpg',
'https://images.openlane.eu/carimgs/5745887/general/6397109f-56eb-43be-b7be-2c86992b21d8.jpg',
'https://images.openlane.eu/carimgs/5745887/general/69e94c2f-6833-4d6d-bdf4-fb15e972eb0c.jpg',
'https://images.openlane.eu/carimgs/5745887/general/329db9f8-fed0-42b8-8976-62e879ea45ef.jpg',
'https://images.openlane.eu/carimgs/5745887/general/b1f960f3-e49b-4d64-b737-07e963315a17.jpg',
'https://images.openlane.eu/carimgs/5745887/general/a2d31aad-e251-4217-9219-72abba1882f8.jpg',
'https://images.openlane.eu/carimgs/5745887/general/37597fc7-7aa5-4370-8638-0121d4ac0518.jpg',
'https://images.openlane.eu/carimgs/5745887/general/50bf1792-9e00-4253-9fb0-705db6911eb0.jpg',
'https://images.openlane.eu/carimgs/5745887/general/b2fe4bbc-5018-44d5-9139-fe7df10faf79.jpg',
'https://images.openlane.eu/carimgs/5745887/general/12612164-07d4-4d0f-87ca-c86c32c01ff8.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155138,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/2cbc8601-5266-4b8a-8abe-396dfd89e1e5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205802,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/6397109f-56eb-43be-b7be-2c86992b21d8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240354,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/69e94c2f-6833-4d6d-bdf4-fb15e972eb0c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 72851,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/329db9f8-fed0-42b8-8976-62e879ea45ef.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49889,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/b1f960f3-e49b-4d64-b737-07e963315a17.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55424,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/a2d31aad-e251-4217-9219-72abba1882f8.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75852,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/37597fc7-7aa5-4370-8638-0121d4ac0518.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 44456,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/50bf1792-9e00-4253-9fb0-705db6911eb0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 34862,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/b2fe4bbc-5018-44d5-9139-fe7df10faf79.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_90a7109e-0669-579b-881b-b80dbedefc10/90a7109e-0669-579b-881b-b80dbedefc10_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47779,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745887/general/12612164-07d4-4d0f-87ca-c86c32c01ff8.jpg',
'Width': 1024}],
'price': 32100,
'price_includes_vat': True,
'registration_date': '2023-05-13',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Audi Q8 E-tron Sportback 50 S Line - Quattro - Electric - Automatic '
'- 340 hp - 75.617 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2023}
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728894%27 HTTP/1.1" 200 None
2026-03-26 13:32:28 [adesa.fr] INFO: Saving data for 10728894: {'created_time': 1774531948.857785, 'last_price_update_time': 1774531948.857801, 'auction_closing_time': 1774596600.0}
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728894') HTTP/1.1" 204 0
2026-03-26 13:32:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728868> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:32:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ede98d8-6522-5f7b-aabe-a3e320a07c5e with identifier: 10728868
2026-03-26 13:32:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ede98d8-6522-5f7b-aabe-a3e320a07c5e with scrape type 1
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3ede98d8-6522-5f7b-aabe-a3e320a07c5e
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252F07c6bd39-5ea2-4965-877e-9b87a4da2fa8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/07c6bd39-5ea2-4965-877e-9b87a4da2fa8.jpg already downloaded
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252F63be4398-56a4-4e5c-9f1e-70382f95b095.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/63be4398-56a4-4e5c-9f1e-70382f95b095.jpg already downloaded
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252Fd28b5c56-b060-4c79-ac77-4e8ba93feed0.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/d28b5c56-b060-4c79-ac77-4e8ba93feed0.jpg already downloaded
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252Fbe234e74-0c03-4bd8-89a9-82e1b9488dc1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/be234e74-0c03-4bd8-89a9-82e1b9488dc1.jpg already downloaded
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252F4183d0ad-f152-4cfd-93a5-de1107895fdc.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/4183d0ad-f152-4cfd-93a5-de1107895fdc.jpg already downloaded
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252F8d11267e-5d22-4bff-829b-15f27d3e1d42.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/8d11267e-5d22-4bff-829b-15f27d3e1d42.jpg already downloaded
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252F90cd6f64-f794-411f-b1cd-99e71e148140.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/90cd6f64-f794-411f-b1cd-99e71e148140.jpg already downloaded
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252Fd55c3972-d419-4d49-8f72-091c94569961.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/d55c3972-d419-4d49-8f72-091c94569961.jpg already downloaded
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252F65644af4-5b08-483d-af43-cd79ff600c0b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/65644af4-5b08-483d-af43-cd79ff600c0b.jpg already downloaded
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722292%252Fgeneral%252Fb78275a0-4bc7-4215-b577-8d351b0194d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722292/general/b78275a0-4bc7-4215-b577-8d351b0194d9.jpg already downloaded
2026-03-26 13:32:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 3ede98d8-6522-5f7b-aabe-a3e320a07c5e, identifier: 10728868
2026-03-26 13:32:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 3ede98d8-6522-5f7b-aabe-a3e320a07c5e with identifier: 10728868
2026-03-26 13:32:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 3ede98d8-6522-5f7b-aabe-a3e320a07c5e with identifier: 10728868
2026-03-26 13:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 3ede98d8-6522-5f7b-aabe-a3e320a07c5e with identifier: 10728868 to the API
2026-03-26 13:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:32:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728868>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Hybrid',
'id': '3ede98d8-6522-5f7b-aabe-a3e320a07c5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000638',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728868',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 63845,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photo_urls': ['https://images.openlane.eu/carimgs/5722292/general/07c6bd39-5ea2-4965-877e-9b87a4da2fa8.jpg',
'https://images.openlane.eu/carimgs/5722292/general/63be4398-56a4-4e5c-9f1e-70382f95b095.jpg',
'https://images.openlane.eu/carimgs/5722292/general/d28b5c56-b060-4c79-ac77-4e8ba93feed0.jpg',
'https://images.openlane.eu/carimgs/5722292/general/be234e74-0c03-4bd8-89a9-82e1b9488dc1.jpg',
'https://images.openlane.eu/carimgs/5722292/general/4183d0ad-f152-4cfd-93a5-de1107895fdc.jpg',
'https://images.openlane.eu/carimgs/5722292/general/8d11267e-5d22-4bff-829b-15f27d3e1d42.jpg',
'https://images.openlane.eu/carimgs/5722292/general/90cd6f64-f794-411f-b1cd-99e71e148140.jpg',
'https://images.openlane.eu/carimgs/5722292/general/d55c3972-d419-4d49-8f72-091c94569961.jpg',
'https://images.openlane.eu/carimgs/5722292/general/65644af4-5b08-483d-af43-cd79ff600c0b.jpg',
'https://images.openlane.eu/carimgs/5722292/general/b78275a0-4bc7-4215-b577-8d351b0194d9.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 782263,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/07c6bd39-5ea2-4965-877e-9b87a4da2fa8.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 794581,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/63be4398-56a4-4e5c-9f1e-70382f95b095.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 780692,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/d28b5c56-b060-4c79-ac77-4e8ba93feed0.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 816304,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/be234e74-0c03-4bd8-89a9-82e1b9488dc1.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 600669,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/4183d0ad-f152-4cfd-93a5-de1107895fdc.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 678445,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/8d11267e-5d22-4bff-829b-15f27d3e1d42.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 683601,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/90cd6f64-f794-411f-b1cd-99e71e148140.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 731701,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/d55c3972-d419-4d49-8f72-091c94569961.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 714006,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/65644af4-5b08-483d-af43-cd79ff600c0b.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3ede98d8-6522-5f7b-aabe-a3e320a07c5e/3ede98d8-6522-5f7b-aabe-a3e320a07c5e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 567142,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722292/general/b78275a0-4bc7-4215-b577-8d351b0194d9.jpg',
'Width': 2731}],
'price': 43700,
'price_includes_vat': True,
'registration_date': '2024-02-14',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz GLC 300e AMG Line - 4-Matic - Hybrid - Automatic - '
'204 hp - 63.845 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2024}
2026-03-26 13:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728868%27 HTTP/1.1" 200 None
2026-03-26 13:32:30 [adesa.fr] INFO: Saving data for 10728868: {'created_time': 1774531950.142686, 'last_price_update_time': 1774531950.142696, 'auction_closing_time': 1774596600.0}
2026-03-26 13:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728868') HTTP/1.1" 204 0
2026-03-26 13:32:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:32:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:32:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728922> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:32:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 708c0d92-fdb4-51d3-b131-fda4e20d3dff with identifier: 10728922
2026-03-26 13:32:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 708c0d92-fdb4-51d3-b131-fda4e20d3dff with scrape type 1
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 708c0d92-fdb4-51d3-b131-fda4e20d3dff
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252F0ff6a64a-f2b5-48de-9717-81ea99dd46e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/0ff6a64a-f2b5-48de-9717-81ea99dd46e6.jpg already downloaded
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252F5364a4f2-9e7a-4acf-8249-badd76001991.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/5364a4f2-9e7a-4acf-8249-badd76001991.jpg already downloaded
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252F8398d5d9-f98e-484b-b9c1-542d624653bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/8398d5d9-f98e-484b-b9c1-542d624653bf.jpg already downloaded
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252Fcf1738f8-b27f-4e47-a9c3-07d397420e6c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/cf1738f8-b27f-4e47-a9c3-07d397420e6c.jpg already downloaded
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252F3d171691-a1d3-4e77-9c98-a5a6776f296a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/3d171691-a1d3-4e77-9c98-a5a6776f296a.jpg already downloaded
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252F73c71bf9-82d7-4e8c-895c-818662b1bf0e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/73c71bf9-82d7-4e8c-895c-818662b1bf0e.jpg already downloaded
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252F2f55c8e5-e739-44cf-b9d0-31de2a5d7826.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/2f55c8e5-e739-44cf-b9d0-31de2a5d7826.jpg already downloaded
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252Fc7e41005-4d01-46ad-b741-25246b197464.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/c7e41005-4d01-46ad-b741-25246b197464.jpg already downloaded
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252Ffcf6fcc8-890b-47be-ab9b-440b28eb8178.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/fcf6fcc8-890b-47be-ab9b-440b28eb8178.jpg already downloaded
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5740689%252Fgeneral%252Fa9a23ac0-73cb-4d08-96b1-19f211f96a0e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5740689/general/a9a23ac0-73cb-4d08-96b1-19f211f96a0e.jpg already downloaded
2026-03-26 13:32:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 708c0d92-fdb4-51d3-b131-fda4e20d3dff, identifier: 10728922
2026-03-26 13:32:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 708c0d92-fdb4-51d3-b131-fda4e20d3dff with identifier: 10728922
2026-03-26 13:32:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 708c0d92-fdb4-51d3-b131-fda4e20d3dff with identifier: 10728922
2026-03-26 13:32:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 708c0d92-fdb4-51d3-b131-fda4e20d3dff with identifier: 10728922 to the API
2026-03-26 13:32:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:32:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:32:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728922>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 285,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Electric',
'id': '708c0d92-fdb4-51d3-b131-fda4e20d3dff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000696',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728922',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'Q4 E-tron',
'odometer': 11547,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5740689/general/0ff6a64a-f2b5-48de-9717-81ea99dd46e6.jpg',
'https://images.openlane.eu/carimgs/5740689/general/5364a4f2-9e7a-4acf-8249-badd76001991.jpg',
'https://images.openlane.eu/carimgs/5740689/general/8398d5d9-f98e-484b-b9c1-542d624653bf.jpg',
'https://images.openlane.eu/carimgs/5740689/general/cf1738f8-b27f-4e47-a9c3-07d397420e6c.jpg',
'https://images.openlane.eu/carimgs/5740689/general/3d171691-a1d3-4e77-9c98-a5a6776f296a.jpg',
'https://images.openlane.eu/carimgs/5740689/general/73c71bf9-82d7-4e8c-895c-818662b1bf0e.jpg',
'https://images.openlane.eu/carimgs/5740689/general/2f55c8e5-e739-44cf-b9d0-31de2a5d7826.jpg',
'https://images.openlane.eu/carimgs/5740689/general/c7e41005-4d01-46ad-b741-25246b197464.jpg',
'https://images.openlane.eu/carimgs/5740689/general/fcf6fcc8-890b-47be-ab9b-440b28eb8178.jpg',
'https://images.openlane.eu/carimgs/5740689/general/a9a23ac0-73cb-4d08-96b1-19f211f96a0e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379232,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/0ff6a64a-f2b5-48de-9717-81ea99dd46e6.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 424152,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/5364a4f2-9e7a-4acf-8249-badd76001991.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 438822,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/8398d5d9-f98e-484b-b9c1-542d624653bf.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 442102,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/cf1738f8-b27f-4e47-a9c3-07d397420e6c.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 655525,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/3d171691-a1d3-4e77-9c98-a5a6776f296a.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 630194,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/73c71bf9-82d7-4e8c-895c-818662b1bf0e.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 711343,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/2f55c8e5-e739-44cf-b9d0-31de2a5d7826.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 739769,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/c7e41005-4d01-46ad-b741-25246b197464.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 860832,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/fcf6fcc8-890b-47be-ab9b-440b28eb8178.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_708c0d92-fdb4-51d3-b131-fda4e20d3dff/708c0d92-fdb4-51d3-b131-fda4e20d3dff_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 600217,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5740689/general/a9a23ac0-73cb-4d08-96b1-19f211f96a0e.jpg',
'Width': 2731}],
'price': 32600,
'price_includes_vat': True,
'registration_date': '2024-07-10',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Audi Q4 E-tron 45 S Line - Quattro - Electric - Automatic - 285 hp '
'- 11.547 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2024}
2026-03-26 13:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728922%27 HTTP/1.1" 200 None
2026-03-26 13:32:39 [adesa.fr] INFO: Saving data for 10728922: {'created_time': 1774531959.444799, 'last_price_update_time': 1774531959.444813, 'auction_closing_time': 1774597200.0}
2026-03-26 13:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728922') HTTP/1.1" 204 0
2026-03-26 13:32:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728871> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:32:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67251fd1-b2ce-517b-bfeb-07acb31b62f4 with identifier: 10728871
2026-03-26 13:32:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67251fd1-b2ce-517b-bfeb-07acb31b62f4 with scrape type 1
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 67251fd1-b2ce-517b-bfeb-07acb31b62f4
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252Fdd9ce276-14c1-4e36-a9a2-efca2dfcfaec.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/dd9ce276-14c1-4e36-a9a2-efca2dfcfaec.jpg already downloaded
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252F06b9e673-f577-4c16-b1de-30d178b3b8b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/06b9e673-f577-4c16-b1de-30d178b3b8b2.jpg already downloaded
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252F716f45f9-4eb0-4468-851f-9156a74ad110.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/716f45f9-4eb0-4468-851f-9156a74ad110.jpg already downloaded
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252Fd311ff46-ca0c-4c59-9482-f345af44adb9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/d311ff46-ca0c-4c59-9482-f345af44adb9.jpg already downloaded
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252Fbad80bc0-7bb1-4b43-a33d-156a35216f00.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/bad80bc0-7bb1-4b43-a33d-156a35216f00.jpg already downloaded
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252Ff6c042e0-9984-455d-b25a-897b14aa1c2c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/f6c042e0-9984-455d-b25a-897b14aa1c2c.jpg already downloaded
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252F842cbe1a-e759-48eb-a3a1-67858686edb7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/842cbe1a-e759-48eb-a3a1-67858686edb7.jpg already downloaded
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252F81d1a091-369d-42ff-b5a4-aed81d143f6a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/81d1a091-369d-42ff-b5a4-aed81d143f6a.jpg already downloaded
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252F86a9038b-f813-4111-a570-9c6079e48f2d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/86a9038b-f813-4111-a570-9c6079e48f2d.jpg already downloaded
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5724099%252Fgeneral%252Ffad67c1b-0be1-4d52-8738-0a1d9818856b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5724099/general/fad67c1b-0be1-4d52-8738-0a1d9818856b.jpg already downloaded
2026-03-26 13:32:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 67251fd1-b2ce-517b-bfeb-07acb31b62f4, identifier: 10728871
2026-03-26 13:32:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 67251fd1-b2ce-517b-bfeb-07acb31b62f4 with identifier: 10728871
2026-03-26 13:32:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 67251fd1-b2ce-517b-bfeb-07acb31b62f4 with identifier: 10728871
2026-03-26 13:32:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 67251fd1-b2ce-517b-bfeb-07acb31b62f4 with identifier: 10728871 to the API
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:32:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728871>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Hybrid',
'id': '67251fd1-b2ce-517b-bfeb-07acb31b62f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000642',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728871',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 71078,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 18,
'photo_urls': ['https://images.openlane.eu/carimgs/5724099/general/dd9ce276-14c1-4e36-a9a2-efca2dfcfaec.jpg',
'https://images.openlane.eu/carimgs/5724099/general/06b9e673-f577-4c16-b1de-30d178b3b8b2.jpg',
'https://images.openlane.eu/carimgs/5724099/general/716f45f9-4eb0-4468-851f-9156a74ad110.jpg',
'https://images.openlane.eu/carimgs/5724099/general/d311ff46-ca0c-4c59-9482-f345af44adb9.jpg',
'https://images.openlane.eu/carimgs/5724099/general/bad80bc0-7bb1-4b43-a33d-156a35216f00.jpg',
'https://images.openlane.eu/carimgs/5724099/general/f6c042e0-9984-455d-b25a-897b14aa1c2c.jpg',
'https://images.openlane.eu/carimgs/5724099/general/842cbe1a-e759-48eb-a3a1-67858686edb7.jpg',
'https://images.openlane.eu/carimgs/5724099/general/81d1a091-369d-42ff-b5a4-aed81d143f6a.jpg',
'https://images.openlane.eu/carimgs/5724099/general/86a9038b-f813-4111-a570-9c6079e48f2d.jpg',
'https://images.openlane.eu/carimgs/5724099/general/fad67c1b-0be1-4d52-8738-0a1d9818856b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1131297,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/dd9ce276-14c1-4e36-a9a2-efca2dfcfaec.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1117349,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/06b9e673-f577-4c16-b1de-30d178b3b8b2.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 965978,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/716f45f9-4eb0-4468-851f-9156a74ad110.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1049455,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/d311ff46-ca0c-4c59-9482-f345af44adb9.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 651207,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/bad80bc0-7bb1-4b43-a33d-156a35216f00.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 662708,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/f6c042e0-9984-455d-b25a-897b14aa1c2c.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 737602,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/842cbe1a-e759-48eb-a3a1-67858686edb7.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 699330,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/81d1a091-369d-42ff-b5a4-aed81d143f6a.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 658246,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/86a9038b-f813-4111-a570-9c6079e48f2d.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_67251fd1-b2ce-517b-bfeb-07acb31b62f4/67251fd1-b2ce-517b-bfeb-07acb31b62f4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 600457,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5724099/general/fad67c1b-0be1-4d52-8738-0a1d9818856b.jpg',
'Width': 2731}],
'price': 34600,
'price_includes_vat': True,
'registration_date': '2021-04-27',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Mercedes-Benz GLC Coupé 300de AMG Line - 4-Matic - Hybrid - '
'Automatic - 194 hp - 71.078 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2021}
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728871%27 HTTP/1.1" 200 None
2026-03-26 13:32:46 [adesa.fr] INFO: Saving data for 10728871: {'created_time': 1774531966.840677, 'last_price_update_time': 1774531966.840689, 'auction_closing_time': 1774596600.0}
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728871') HTTP/1.1" 204 0
2026-03-26 13:33:00 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.898(s), this was the 1st time calling it.
2026-03-26 13:33:00 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.625015457617614 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:33:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:33:07 [scrapy.extensions.logstats] INFO: Crawled 22 pages (at 4 pages/min), scraped 21 items (at 4 items/min)
2026-03-26 13:33:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 162MiB
2026-03-26 13:33:17 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:33:17 [adesa.fr] INFO: Found listing with ID: 10728296
2026-03-26 13:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728296%27 HTTP/1.1" 200 None
2026-03-26 13:33:17 [adesa.fr] INFO: Scrape type for 10728296: 0
2026-03-26 13:33:17 [adesa.fr] INFO: Skipping item 10728296 url https://www.openlane.eu/en/carv6/auction/10728296
2026-03-26 13:33:17 [adesa.fr] INFO: Found listing with ID: 10728370
2026-03-26 13:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728370%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728370: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728370 url https://www.openlane.eu/en/carv6/auction/10728370
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728297
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728297%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728297: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728297 url https://www.openlane.eu/en/carv6/auction/10728297
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728504
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728504%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728504: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728504 url https://www.openlane.eu/en/carv6/auction/10728504
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728284
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728284%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728284: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728284 url https://www.openlane.eu/en/carv6/auction/10728284
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728317
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728317%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728317: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728317 url https://www.openlane.eu/en/carv6/auction/10728317
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728321
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728321%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728321: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728321 url https://www.openlane.eu/en/carv6/auction/10728321
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728328
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728328%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728328: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728328 url https://www.openlane.eu/en/carv6/auction/10728328
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728346
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728346%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728346: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728346 url https://www.openlane.eu/en/carv6/auction/10728346
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728549
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728549%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728549: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728549 url https://www.openlane.eu/en/carv6/auction/10728549
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728314
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728314%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728314: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728314 url https://www.openlane.eu/en/carv6/auction/10728314
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728320
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728320%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728320: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728320 url https://www.openlane.eu/en/carv6/auction/10728320
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728541
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728541%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728541: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728541 url https://www.openlane.eu/en/carv6/auction/10728541
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728330
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728330%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728330: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728330 url https://www.openlane.eu/en/carv6/auction/10728330
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728329
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728329%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728329: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728329 url https://www.openlane.eu/en/carv6/auction/10728329
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728294
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728294%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728294: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728294 url https://www.openlane.eu/en/carv6/auction/10728294
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10728519
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728519%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10728519: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10728519 url https://www.openlane.eu/en/carv6/auction/10728519
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725764
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725764%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725764: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725764 url https://www.openlane.eu/en/carv6/auction/10725764
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725747
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725747%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725747: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725747 url https://www.openlane.eu/en/carv6/auction/10725747
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725754
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725754%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725754: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725754 url https://www.openlane.eu/en/carv6/auction/10725754
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725749
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725749%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725749: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725749 url https://www.openlane.eu/en/carv6/auction/10725749
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725755
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725755%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725755: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725755 url https://www.openlane.eu/en/carv6/auction/10725755
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725760
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725760%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725760: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725760 url https://www.openlane.eu/en/carv6/auction/10725760
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725763
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725763%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725763: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725763 url https://www.openlane.eu/en/carv6/auction/10725763
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725765
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725765%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725765: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725765 url https://www.openlane.eu/en/carv6/auction/10725765
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725752
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725752%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725752: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725752 url https://www.openlane.eu/en/carv6/auction/10725752
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725750
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725750%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725750: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725750 url https://www.openlane.eu/en/carv6/auction/10725750
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725756
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725756%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725756: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725756 url https://www.openlane.eu/en/carv6/auction/10725756
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725753
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725753%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725753: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725753 url https://www.openlane.eu/en/carv6/auction/10725753
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725761
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725761%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725761: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725761 url https://www.openlane.eu/en/carv6/auction/10725761
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725757
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725757%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725757: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725757 url https://www.openlane.eu/en/carv6/auction/10725757
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725745
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725745%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725745: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725745 url https://www.openlane.eu/en/carv6/auction/10725745
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725766
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725766%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725766: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725766 url https://www.openlane.eu/en/carv6/auction/10725766
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725748
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725748%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725748: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725748 url https://www.openlane.eu/en/carv6/auction/10725748
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725758
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725758%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725758: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725758 url https://www.openlane.eu/en/carv6/auction/10725758
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725751
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725751%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725751: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725751 url https://www.openlane.eu/en/carv6/auction/10725751
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725746
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725746%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725746: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725746 url https://www.openlane.eu/en/carv6/auction/10725746
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725767
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725767%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725767: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725767 url https://www.openlane.eu/en/carv6/auction/10725767
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725768
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725768%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725768: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725768 url https://www.openlane.eu/en/carv6/auction/10725768
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725759
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725759%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725759: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725759 url https://www.openlane.eu/en/carv6/auction/10725759
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725762
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725762%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725762: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725762 url https://www.openlane.eu/en/carv6/auction/10725762
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10725769
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725769%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10725769: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10725769 url https://www.openlane.eu/en/carv6/auction/10725769
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723774
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723774%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723774: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723774 url https://www.openlane.eu/en/carv6/auction/10723774
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723700
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723700%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723700: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10723700 url https://www.openlane.eu/en/carv6/auction/10723700
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723761
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723761%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723761: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723761 url https://www.openlane.eu/en/carv6/auction/10723761
2026-03-26 13:33:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723763
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723763%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723763: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10723763 url https://www.openlane.eu/en/carv6/auction/10723763
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723696
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723696%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723696: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10723696 url https://www.openlane.eu/en/carv6/auction/10723696
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723701
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723701%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723701: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723701 url https://www.openlane.eu/en/carv6/auction/10723701
2026-03-26 13:33:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723749
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723749%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723749: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10723749 url https://www.openlane.eu/en/carv6/auction/10723749
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723731
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723731%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723731: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723731 url https://www.openlane.eu/en/carv6/auction/10723731
2026-03-26 13:33:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723778
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723778%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723778: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723778 url https://www.openlane.eu/en/carv6/auction/10723778
2026-03-26 13:33:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723767
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723767%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723767: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723767 url https://www.openlane.eu/en/carv6/auction/10723767
2026-03-26 13:33:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723752
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723752%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723752: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10723752 url https://www.openlane.eu/en/carv6/auction/10723752
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723764
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723764%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723764: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723764 url https://www.openlane.eu/en/carv6/auction/10723764
2026-03-26 13:33:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723750
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723750%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723750: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723750 url https://www.openlane.eu/en/carv6/auction/10723750
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723740
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723740%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723740: 0
2026-03-26 13:33:18 [adesa.fr] INFO: Skipping item 10723740 url https://www.openlane.eu/en/carv6/auction/10723740
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723738
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723738%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723738: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723738 url https://www.openlane.eu/en/carv6/auction/10723738
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723779
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723779%27 HTTP/1.1" 200 None
2026-03-26 13:33:18 [adesa.fr] INFO: Scrape type for 10723779: 2
2026-03-26 13:33:18 [adesa.fr] INFO: Scraping item 10723779 url https://www.openlane.eu/en/carv6/auction/10723779
2026-03-26 13:33:18 [adesa.fr] INFO: Found listing with ID: 10723698
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723698%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723698: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723698 url https://www.openlane.eu/en/carv6/auction/10723698
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723687
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723687%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723687: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723687 url https://www.openlane.eu/en/carv6/auction/10723687
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723705
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723705%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723705: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723705 url https://www.openlane.eu/en/carv6/auction/10723705
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723765
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723765%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723765: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723765 url https://www.openlane.eu/en/carv6/auction/10723765
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723739
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723739%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723739: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723739 url https://www.openlane.eu/en/carv6/auction/10723739
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723746
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723746%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723746: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723746 url https://www.openlane.eu/en/carv6/auction/10723746
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723685
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723685%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723685: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723685 url https://www.openlane.eu/en/carv6/auction/10723685
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723726
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723726%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723726: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723726 url https://www.openlane.eu/en/carv6/auction/10723726
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723684
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723684%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723684: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723684 url https://www.openlane.eu/en/carv6/auction/10723684
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723727
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723727%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723727: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723727 url https://www.openlane.eu/en/carv6/auction/10723727
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723730
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723730%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723730: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723730 url https://www.openlane.eu/en/carv6/auction/10723730
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723729
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723729%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723729: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723729 url https://www.openlane.eu/en/carv6/auction/10723729
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723777
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723777%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723777: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723777 url https://www.openlane.eu/en/carv6/auction/10723777
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723762
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723762%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723762: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723762 url https://www.openlane.eu/en/carv6/auction/10723762
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723723
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723723%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723723: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723723 url https://www.openlane.eu/en/carv6/auction/10723723
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723710
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723710%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723710: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723710 url https://www.openlane.eu/en/carv6/auction/10723710
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723768
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723768%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723768: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723768 url https://www.openlane.eu/en/carv6/auction/10723768
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723758
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723758%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723758: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723758 url https://www.openlane.eu/en/carv6/auction/10723758
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723751
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723751%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723751: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723751 url https://www.openlane.eu/en/carv6/auction/10723751
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723703
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723703%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723703: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723703 url https://www.openlane.eu/en/carv6/auction/10723703
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723707
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723707%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723707: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723707 url https://www.openlane.eu/en/carv6/auction/10723707
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723770
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723770%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723770: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723770 url https://www.openlane.eu/en/carv6/auction/10723770
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723721
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723721%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723721: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723721 url https://www.openlane.eu/en/carv6/auction/10723721
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723773
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723773%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723773: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723773 url https://www.openlane.eu/en/carv6/auction/10723773
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723772
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723772%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723772: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723772 url https://www.openlane.eu/en/carv6/auction/10723772
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723771
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723771%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723771: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723771 url https://www.openlane.eu/en/carv6/auction/10723771
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723728
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723728%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723728: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723728 url https://www.openlane.eu/en/carv6/auction/10723728
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723702
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723702%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723702: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723702 url https://www.openlane.eu/en/carv6/auction/10723702
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723760
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723760%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723760: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723760 url https://www.openlane.eu/en/carv6/auction/10723760
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723766
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723766%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723766: 2
2026-03-26 13:33:19 [adesa.fr] INFO: Scraping item 10723766 url https://www.openlane.eu/en/carv6/auction/10723766
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723775
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723775%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723775: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723775 url https://www.openlane.eu/en/carv6/auction/10723775
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723697
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723697%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723697: 2
2026-03-26 13:33:19 [adesa.fr] INFO: Scraping item 10723697 url https://www.openlane.eu/en/carv6/auction/10723697
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723769
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723769%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723769: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723769 url https://www.openlane.eu/en/carv6/auction/10723769
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723742
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723742%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723742: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723742 url https://www.openlane.eu/en/carv6/auction/10723742
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723715
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723715%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723715: 2
2026-03-26 13:33:19 [adesa.fr] INFO: Scraping item 10723715 url https://www.openlane.eu/en/carv6/auction/10723715
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723712
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723712%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723712: 2
2026-03-26 13:33:19 [adesa.fr] INFO: Scraping item 10723712 url https://www.openlane.eu/en/carv6/auction/10723712
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723722
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723722%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723722: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723722 url https://www.openlane.eu/en/carv6/auction/10723722
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723683
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723683%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723683: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723683 url https://www.openlane.eu/en/carv6/auction/10723683
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723733
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723733%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723733: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723733 url https://www.openlane.eu/en/carv6/auction/10723733
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723720
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723720%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723720: 2
2026-03-26 13:33:19 [adesa.fr] INFO: Scraping item 10723720 url https://www.openlane.eu/en/carv6/auction/10723720
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723748
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723748%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723748: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723748 url https://www.openlane.eu/en/carv6/auction/10723748
2026-03-26 13:33:19 [adesa.fr] INFO: Found listing with ID: 10723759
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723759%27 HTTP/1.1" 200 None
2026-03-26 13:33:19 [adesa.fr] INFO: Scrape type for 10723759: 0
2026-03-26 13:33:19 [adesa.fr] INFO: Skipping item 10723759 url https://www.openlane.eu/en/carv6/auction/10723759
2026-03-26 13:33:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723731> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:33:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7d7d839-5c53-58d7-8a01-36d47e2b211f with identifier: 10723731
2026-03-26 13:33:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7d7d839-5c53-58d7-8a01-36d47e2b211f with scrape type 2
2026-03-26 13:33:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7d7d839-5c53-58d7-8a01-36d47e2b211f with scrape type 2
2026-03-26 13:33:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: e7d7d839-5c53-58d7-8a01-36d47e2b211f, identifier: 10723731
2026-03-26 13:33:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: e7d7d839-5c53-58d7-8a01-36d47e2b211f with identifier: 10723731
2026-03-26 13:33:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: e7d7d839-5c53-58d7-8a01-36d47e2b211f with identifier: 10723731
2026-03-26 13:33:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: e7d7d839-5c53-58d7-8a01-36d47e2b211f with identifier: 10723731 to the API
2026-03-26 13:33:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:33:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:33:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723731>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'e7d7d839-5c53-58d7-8a01-36d47e2b211f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GH-795-MC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723731',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Citroën',
'model': 'C4',
'odometer': 125546,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 8800,
'price_includes_vat': True,
'registration_date': '2022-07-11',
'seats_number': 7,
'seller_name': None,
'title': 'Citroën C4 Grand Spacetourer 1.2 Collection - Petrol - Manual - 130 '
'hp - 125.546 km',
'transmission': 'manual',
'trim': 'Collection',
'vin': None,
'year': 2022}
2026-03-26 13:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723731%27 HTTP/1.1" 200 None
2026-03-26 13:33:21 [adesa.fr] INFO: Saving data for 10723731: {'auction_closing_time': 1774599000.0, 'created_time': 1774445419.347599, 'last_price_update_time': 1774532001.897808}
2026-03-26 13:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723731') HTTP/1.1" 204 0
2026-03-26 13:33:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723764> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:33:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a3bf0dc-e575-58a5-af60-b75342be82b4 with identifier: 10723764
2026-03-26 13:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a3bf0dc-e575-58a5-af60-b75342be82b4 with scrape type 2
2026-03-26 13:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a3bf0dc-e575-58a5-af60-b75342be82b4 with scrape type 2
2026-03-26 13:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 4a3bf0dc-e575-58a5-af60-b75342be82b4, identifier: 10723764
2026-03-26 13:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 4a3bf0dc-e575-58a5-af60-b75342be82b4 with identifier: 10723764
2026-03-26 13:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 4a3bf0dc-e575-58a5-af60-b75342be82b4 with identifier: 10723764
2026-03-26 13:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 4a3bf0dc-e575-58a5-af60-b75342be82b4 with identifier: 10723764 to the API
2026-03-26 13:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:33:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:33:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723764>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 115,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Diesel',
'id': '4a3bf0dc-e575-58a5-af60-b75342be82b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FM-546-EH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723764',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Dacia',
'model': 'Duster',
'odometer': 165320,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 11300,
'price_includes_vat': True,
'registration_date': '2019-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Duster 1.5 DCI Essential - AWD - Diesel - Manual - 115 hp - '
'165.320 km',
'transmission': 'manual',
'trim': 'Essential',
'vin': None,
'year': 2019}
2026-03-26 13:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723764%27 HTTP/1.1" 200 None
2026-03-26 13:33:34 [adesa.fr] INFO: Saving data for 10723764: {'auction_closing_time': 1774599000.0, 'created_time': 1774445428.783329, 'last_price_update_time': 1774532014.026649}
2026-03-26 13:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723764') HTTP/1.1" 204 0
2026-03-26 13:33:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723774> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:33:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9584a20-a864-53d4-8eeb-cf9c60c9f16b with identifier: 10723774
2026-03-26 13:33:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9584a20-a864-53d4-8eeb-cf9c60c9f16b with scrape type 2
2026-03-26 13:33:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9584a20-a864-53d4-8eeb-cf9c60c9f16b with scrape type 2
2026-03-26 13:33:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: a9584a20-a864-53d4-8eeb-cf9c60c9f16b, identifier: 10723774
2026-03-26 13:33:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: a9584a20-a864-53d4-8eeb-cf9c60c9f16b with identifier: 10723774
2026-03-26 13:33:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: a9584a20-a864-53d4-8eeb-cf9c60c9f16b with identifier: 10723774
2026-03-26 13:33:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: a9584a20-a864-53d4-8eeb-cf9c60c9f16b with identifier: 10723774 to the API
2026-03-26 13:33:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:33:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:33:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723774>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Petrol',
'id': 'a9584a20-a864-53d4-8eeb-cf9c60c9f16b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GM-078-QQ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723774',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Audi',
'model': 'A3',
'odometer': 138659,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 16800,
'price_includes_vat': True,
'registration_date': '2023-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 30 TFSI S Line - Petrol - Automatic - 110 hp - 138.659 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2023}
2026-03-26 13:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723774%27 HTTP/1.1" 200 None
2026-03-26 13:33:36 [adesa.fr] INFO: Saving data for 10723774: {'auction_closing_time': 1774599000.0, 'created_time': 1774445420.817162, 'last_price_update_time': 1774532016.982697}
2026-03-26 13:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723774') HTTP/1.1" 204 0
2026-03-26 13:33:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723738> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:33:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d40bd7b-cd72-553c-8eba-251a333b95b3 with identifier: 10723738
2026-03-26 13:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d40bd7b-cd72-553c-8eba-251a333b95b3 with scrape type 2
2026-03-26 13:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d40bd7b-cd72-553c-8eba-251a333b95b3 with scrape type 2
2026-03-26 13:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 7d40bd7b-cd72-553c-8eba-251a333b95b3, identifier: 10723738
2026-03-26 13:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 7d40bd7b-cd72-553c-8eba-251a333b95b3 with identifier: 10723738
2026-03-26 13:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 7d40bd7b-cd72-553c-8eba-251a333b95b3 with identifier: 10723738
2026-03-26 13:33:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 7d40bd7b-cd72-553c-8eba-251a333b95b3 with identifier: 10723738 to the API
2026-03-26 13:33:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:33:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723738>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 230,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Hybrid',
'id': '7d40bd7b-cd72-553c-8eba-251a333b95b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL-636-DS',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723738',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Kia',
'model': 'Sportage',
'odometer': 121039,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2022-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Sportage 1.6 T-GDI Design - Hybrid - Automatic - 230 hp - '
'121.039 km',
'transmission': 'automatic',
'trim': 'Design',
'vin': None,
'year': 2022}
2026-03-26 13:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723738%27 HTTP/1.1" 200 None
2026-03-26 13:33:45 [adesa.fr] INFO: Saving data for 10723738: {'auction_closing_time': 1774599000.0, 'created_time': 1774445455.421603, 'last_price_update_time': 1774532025.324476}
2026-03-26 13:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723738') HTTP/1.1" 204 0
2026-03-26 13:33:45 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.783(s), this was the 1st time calling it.
2026-03-26 13:33:45 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.023285850463635 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:33:45 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.592(s), this was the 1st time calling it.
2026-03-26 13:33:45 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.429085351022669 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:33:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723779> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a92f356-f2a4-5d2d-b58b-0ca366413587 with identifier: 10723779
2026-03-26 13:33:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a92f356-f2a4-5d2d-b58b-0ca366413587 with scrape type 2
2026-03-26 13:33:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a92f356-f2a4-5d2d-b58b-0ca366413587 with scrape type 2
2026-03-26 13:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 6a92f356-f2a4-5d2d-b58b-0ca366413587, identifier: 10723779
2026-03-26 13:33:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 6a92f356-f2a4-5d2d-b58b-0ca366413587 with identifier: 10723779
2026-03-26 13:33:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 6a92f356-f2a4-5d2d-b58b-0ca366413587 with identifier: 10723779
2026-03-26 13:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 6a92f356-f2a4-5d2d-b58b-0ca366413587 with identifier: 10723779 to the API
2026-03-26 13:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:33:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723779>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 229,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Hybrid',
'id': '6a92f356-f2a4-5d2d-b58b-0ca366413587',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ-320-BL',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723779',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Kia',
'model': 'Sportage',
'odometer': 178133,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 17300,
'price_includes_vat': True,
'registration_date': '2022-08-23',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Sportage 1.6 T-GDI GT Line - Hybrid - Automatic - 229 hp - '
'178.133 km',
'transmission': 'automatic',
'trim': 'GT Line',
'vin': None,
'year': 2022}
2026-03-26 13:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723779%27 HTTP/1.1" 200 None
2026-03-26 13:33:47 [adesa.fr] INFO: Saving data for 10723779: {'auction_closing_time': 1774599000.0, 'created_time': 1774445430.511842, 'last_price_update_time': 1774532027.194936}
2026-03-26 13:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723779') HTTP/1.1" 204 0
2026-03-26 13:33:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:33:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:33:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728905> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:33:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:33:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32f91b7c-2f82-5a74-b8df-a21c3dce250a with identifier: 10728905
2026-03-26 13:33:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32f91b7c-2f82-5a74-b8df-a21c3dce250a with scrape type 1
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 32f91b7c-2f82-5a74-b8df-a21c3dce250a
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252Fc7f7d2d9-7207-400e-8353-091e5385a444.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/c7f7d2d9-7207-400e-8353-091e5385a444.jpg already downloaded
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252F856d43d8-fe9b-4996-8d5f-5520881e43c7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/856d43d8-fe9b-4996-8d5f-5520881e43c7.jpg already downloaded
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252F320c331c-2592-48db-82ba-c9521c7ad5b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/320c331c-2592-48db-82ba-c9521c7ad5b7.jpg already downloaded
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252F266aa900-7092-4c70-b425-310393d30bd1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/266aa900-7092-4c70-b425-310393d30bd1.jpg already downloaded
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252Fc4b09949-e8f4-4f66-82e5-ec6c6d60f8cf.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/c4b09949-e8f4-4f66-82e5-ec6c6d60f8cf.jpg already downloaded
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252Ff88e87d3-5556-40bb-b290-efa9483d060f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/f88e87d3-5556-40bb-b290-efa9483d060f.jpg already downloaded
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252Fb8ec5443-fcc2-436c-a89f-238f3700a978.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/b8ec5443-fcc2-436c-a89f-238f3700a978.jpg already downloaded
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252F4bb09947-5267-4b38-8337-83ef24acff03.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/4bb09947-5267-4b38-8337-83ef24acff03.jpg already downloaded
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252Ff3a27809-1532-428f-831c-4aa6ac66dc71.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/f3a27809-1532-428f-831c-4aa6ac66dc71.jpg already downloaded
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722284%252Fgeneral%252F273451af-e26a-411e-b21a-073d371aee00.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722284/general/273451af-e26a-411e-b21a-073d371aee00.jpg already downloaded
2026-03-26 13:33:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 32f91b7c-2f82-5a74-b8df-a21c3dce250a, identifier: 10728905
2026-03-26 13:33:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 32f91b7c-2f82-5a74-b8df-a21c3dce250a with identifier: 10728905
2026-03-26 13:33:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 32f91b7c-2f82-5a74-b8df-a21c3dce250a with identifier: 10728905
2026-03-26 13:33:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 32f91b7c-2f82-5a74-b8df-a21c3dce250a with identifier: 10728905 to the API
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:33:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728905>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 340,
'expiration_date': '2026-03-27T07:40:00Z',
'fuel_type': 'Hybrid',
'id': '32f91b7c-2f82-5a74-b8df-a21c3dce250a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000637',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728905',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'Touareg',
'odometer': 113104,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 21,
'photo_urls': ['https://images.openlane.eu/carimgs/5722284/general/c7f7d2d9-7207-400e-8353-091e5385a444.jpg',
'https://images.openlane.eu/carimgs/5722284/general/856d43d8-fe9b-4996-8d5f-5520881e43c7.jpg',
'https://images.openlane.eu/carimgs/5722284/general/320c331c-2592-48db-82ba-c9521c7ad5b7.jpg',
'https://images.openlane.eu/carimgs/5722284/general/266aa900-7092-4c70-b425-310393d30bd1.jpg',
'https://images.openlane.eu/carimgs/5722284/general/c4b09949-e8f4-4f66-82e5-ec6c6d60f8cf.jpg',
'https://images.openlane.eu/carimgs/5722284/general/f88e87d3-5556-40bb-b290-efa9483d060f.jpg',
'https://images.openlane.eu/carimgs/5722284/general/b8ec5443-fcc2-436c-a89f-238f3700a978.jpg',
'https://images.openlane.eu/carimgs/5722284/general/4bb09947-5267-4b38-8337-83ef24acff03.jpg',
'https://images.openlane.eu/carimgs/5722284/general/f3a27809-1532-428f-831c-4aa6ac66dc71.jpg',
'https://images.openlane.eu/carimgs/5722284/general/273451af-e26a-411e-b21a-073d371aee00.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 814411,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/c7f7d2d9-7207-400e-8353-091e5385a444.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 861282,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/856d43d8-fe9b-4996-8d5f-5520881e43c7.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 792671,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/320c331c-2592-48db-82ba-c9521c7ad5b7.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 765935,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/266aa900-7092-4c70-b425-310393d30bd1.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 530805,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/c4b09949-e8f4-4f66-82e5-ec6c6d60f8cf.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 710685,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/f88e87d3-5556-40bb-b290-efa9483d060f.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 759982,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/b8ec5443-fcc2-436c-a89f-238f3700a978.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 537839,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/4bb09947-5267-4b38-8337-83ef24acff03.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 544869,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/f3a27809-1532-428f-831c-4aa6ac66dc71.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_32f91b7c-2f82-5a74-b8df-a21c3dce250a/32f91b7c-2f82-5a74-b8df-a21c3dce250a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 652082,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722284/general/273451af-e26a-411e-b21a-073d371aee00.jpg',
'Width': 2731}],
'price': 39200,
'price_includes_vat': True,
'registration_date': '2023-06-22',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Volkswagen Touareg 3.0 TSI - 4Motion - Hybrid - Automatic - 340 hp '
'- 113.104 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728905%27 HTTP/1.1" 200 None
2026-03-26 13:33:50 [adesa.fr] INFO: Saving data for 10728905: {'created_time': 1774532030.906772, 'last_price_update_time': 1774532030.906784, 'auction_closing_time': 1774597200.0}
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728905') HTTP/1.1" 204 0
2026-03-26 13:34:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728885> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:07 [scrapy.extensions.logstats] INFO: Crawled 30 pages (at 8 pages/min), scraped 27 items (at 6 items/min)
2026-03-26 13:34:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 165MiB
2026-03-26 13:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d48ea5b1-5926-5213-a8b7-262125fadb4b with identifier: 10728885
2026-03-26 13:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d48ea5b1-5926-5213-a8b7-262125fadb4b with scrape type 1
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d48ea5b1-5926-5213-a8b7-262125fadb4b
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252F58df077e-e236-4a3b-9e1e-5ba180034177.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/58df077e-e236-4a3b-9e1e-5ba180034177.jpg already downloaded
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252F06c2cc65-6066-4694-a244-71b5b0344d7d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/06c2cc65-6066-4694-a244-71b5b0344d7d.jpg already downloaded
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252F421c7e75-e8ea-4457-9080-909694fa34ac.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/421c7e75-e8ea-4457-9080-909694fa34ac.jpg already downloaded
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252Fd8464fea-e90c-4c1b-8f52-9451670715d9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/d8464fea-e90c-4c1b-8f52-9451670715d9.jpg already downloaded
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252F78985bf3-06dd-4a16-b40e-7cae3fc2c989.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/78985bf3-06dd-4a16-b40e-7cae3fc2c989.jpg already downloaded
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252F940788b2-3570-4c8b-90b5-88c99ff7c2d6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/940788b2-3570-4c8b-90b5-88c99ff7c2d6.jpg already downloaded
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252F4f7c9d32-971f-4e6f-8280-4d55ac680c63.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/4f7c9d32-971f-4e6f-8280-4d55ac680c63.jpg already downloaded
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252Fe7c98e30-a0fe-4a04-a927-bb658b2a5155.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/e7c98e30-a0fe-4a04-a927-bb658b2a5155.jpg already downloaded
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252F3c27dcee-191a-4128-8524-a8f21fcbb5ce.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/3c27dcee-191a-4128-8524-a8f21fcbb5ce.jpg already downloaded
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5737649%252Fgeneral%252F670c6e2d-88dd-4eb0-90a4-11e80dd1822d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5737649/general/670c6e2d-88dd-4eb0-90a4-11e80dd1822d.jpg already downloaded
2026-03-26 13:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: d48ea5b1-5926-5213-a8b7-262125fadb4b, identifier: 10728885
2026-03-26 13:34:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: d48ea5b1-5926-5213-a8b7-262125fadb4b with identifier: 10728885
2026-03-26 13:34:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: d48ea5b1-5926-5213-a8b7-262125fadb4b with identifier: 10728885
2026-03-26 13:34:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: d48ea5b1-5926-5213-a8b7-262125fadb4b with identifier: 10728885 to the API
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728885>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T07:30:00Z',
'fuel_type': 'Electric',
'id': 'd48ea5b1-5926-5213-a8b7-262125fadb4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '126000689',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728885',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'ID.Buzz',
'odometer': 7751,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 23,
'photo_urls': ['https://images.openlane.eu/carimgs/5737649/general/58df077e-e236-4a3b-9e1e-5ba180034177.jpg',
'https://images.openlane.eu/carimgs/5737649/general/06c2cc65-6066-4694-a244-71b5b0344d7d.jpg',
'https://images.openlane.eu/carimgs/5737649/general/421c7e75-e8ea-4457-9080-909694fa34ac.jpg',
'https://images.openlane.eu/carimgs/5737649/general/d8464fea-e90c-4c1b-8f52-9451670715d9.jpg',
'https://images.openlane.eu/carimgs/5737649/general/78985bf3-06dd-4a16-b40e-7cae3fc2c989.jpg',
'https://images.openlane.eu/carimgs/5737649/general/940788b2-3570-4c8b-90b5-88c99ff7c2d6.jpg',
'https://images.openlane.eu/carimgs/5737649/general/4f7c9d32-971f-4e6f-8280-4d55ac680c63.jpg',
'https://images.openlane.eu/carimgs/5737649/general/e7c98e30-a0fe-4a04-a927-bb658b2a5155.jpg',
'https://images.openlane.eu/carimgs/5737649/general/3c27dcee-191a-4128-8524-a8f21fcbb5ce.jpg',
'https://images.openlane.eu/carimgs/5737649/general/670c6e2d-88dd-4eb0-90a4-11e80dd1822d.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 429864,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/58df077e-e236-4a3b-9e1e-5ba180034177.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 407685,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/06c2cc65-6066-4694-a244-71b5b0344d7d.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 371048,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/421c7e75-e8ea-4457-9080-909694fa34ac.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379095,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/d8464fea-e90c-4c1b-8f52-9451670715d9.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 552339,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/78985bf3-06dd-4a16-b40e-7cae3fc2c989.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609414,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/940788b2-3570-4c8b-90b5-88c99ff7c2d6.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 633928,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/4f7c9d32-971f-4e6f-8280-4d55ac680c63.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 445028,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/e7c98e30-a0fe-4a04-a927-bb658b2a5155.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 606694,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/3c27dcee-191a-4128-8524-a8f21fcbb5ce.jpg',
'Width': 2731},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d48ea5b1-5926-5213-a8b7-262125fadb4b/d48ea5b1-5926-5213-a8b7-262125fadb4b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 519427,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5737649/general/670c6e2d-88dd-4eb0-90a4-11e80dd1822d.jpg',
'Width': 2731}],
'price': 32200,
'price_includes_vat': True,
'registration_date': '2023-09-14',
'seats_number': 5,
'seller_name': 'Mind2move GmbH',
'title': 'Volkswagen ID.Buzz Pro - Electric - Automatic - 204 hp - 7.751 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728885%27 HTTP/1.1" 200 None
2026-03-26 13:34:07 [adesa.fr] INFO: Saving data for 10728885: {'created_time': 1774532047.755609, 'last_price_update_time': 1774532047.755621, 'auction_closing_time': 1774596600.0}
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728885') HTTP/1.1" 204 0
2026-03-26 13:34:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723715> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39523bed-104c-56a2-9a8b-7d3e8359d281 with identifier: 10723715
2026-03-26 13:34:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39523bed-104c-56a2-9a8b-7d3e8359d281 with scrape type 2
2026-03-26 13:34:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39523bed-104c-56a2-9a8b-7d3e8359d281 with scrape type 2
2026-03-26 13:34:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 39523bed-104c-56a2-9a8b-7d3e8359d281, identifier: 10723715
2026-03-26 13:34:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 39523bed-104c-56a2-9a8b-7d3e8359d281 with identifier: 10723715
2026-03-26 13:34:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 39523bed-104c-56a2-9a8b-7d3e8359d281 with identifier: 10723715
2026-03-26 13:34:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 39523bed-104c-56a2-9a8b-7d3e8359d281 with identifier: 10723715 to the API
2026-03-26 13:34:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723715>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Petrol',
'id': '39523bed-104c-56a2-9a8b-7d3e8359d281',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GC-153-WQ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723715',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Peugeot',
'model': '208',
'odometer': 82068,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 11100,
'price_includes_vat': True,
'registration_date': '2021-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.2 GT Line - Petrol - Automatic - 130 hp - 82.068 km',
'transmission': 'automatic',
'trim': 'GT Line',
'vin': None,
'year': 2021}
2026-03-26 13:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723715%27 HTTP/1.1" 200 None
2026-03-26 13:34:09 [adesa.fr] INFO: Saving data for 10723715: {'auction_closing_time': 1774599000.0, 'created_time': 1774445452.633412, 'last_price_update_time': 1774532049.917359}
2026-03-26 13:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723715') HTTP/1.1" 204 0
2026-03-26 13:34:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723750> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f8557c1-aa45-572d-a4ec-f80fcd5117d1 with identifier: 10723750
2026-03-26 13:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f8557c1-aa45-572d-a4ec-f80fcd5117d1 with scrape type 2
2026-03-26 13:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f8557c1-aa45-572d-a4ec-f80fcd5117d1 with scrape type 2
2026-03-26 13:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 2f8557c1-aa45-572d-a4ec-f80fcd5117d1, identifier: 10723750
2026-03-26 13:34:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 2f8557c1-aa45-572d-a4ec-f80fcd5117d1 with identifier: 10723750
2026-03-26 13:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:34:10 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Beige HTTP/1.1" 200 None
2026-03-26 13:34:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:34:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 2f8557c1-aa45-572d-a4ec-f80fcd5117d1 with identifier: 10723750
2026-03-26 13:34:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 2f8557c1-aa45-572d-a4ec-f80fcd5117d1 with identifier: 10723750 to the API
2026-03-26 13:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723750>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 265,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Hybrid',
'id': '2f8557c1-aa45-572d-a4ec-f80fcd5117d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD-199-CW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723750',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 125986,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 16400,
'price_includes_vat': True,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 T-GDI Creative - Hybrid - Automatic - 265 hp - '
'125.986 km',
'transmission': 'automatic',
'trim': 'Creative',
'vin': None,
'year': 2021}
2026-03-26 13:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723750%27 HTTP/1.1" 200 None
2026-03-26 13:34:10 [adesa.fr] INFO: Saving data for 10723750: {'auction_closing_time': 1774599000.0, 'created_time': 1774445428.130714, 'last_price_update_time': 1774532050.836986}
2026-03-26 13:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723750') HTTP/1.1" 204 0
2026-03-26 13:34:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723697> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91a673f8-beaf-5869-b27f-a05f89a1d368 with identifier: 10723697
2026-03-26 13:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91a673f8-beaf-5869-b27f-a05f89a1d368 with scrape type 2
2026-03-26 13:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91a673f8-beaf-5869-b27f-a05f89a1d368 with scrape type 2
2026-03-26 13:34:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 91a673f8-beaf-5869-b27f-a05f89a1d368, identifier: 10723697
2026-03-26 13:34:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 91a673f8-beaf-5869-b27f-a05f89a1d368 with identifier: 10723697
2026-03-26 13:34:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:34:11 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Red HTTP/1.1" 200 None
2026-03-26 13:34:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:34:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 91a673f8-beaf-5869-b27f-a05f89a1d368 with identifier: 10723697
2026-03-26 13:34:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 91a673f8-beaf-5869-b27f-a05f89a1d368 with identifier: 10723697 to the API
2026-03-26 13:34:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723697>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': 'Hatchback',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Petrol',
'id': '91a673f8-beaf-5869-b27f-a05f89a1d368',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GG-543-TP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723697',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Peugeot',
'model': '208',
'odometer': 156647,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 7700,
'price_includes_vat': True,
'registration_date': '2022-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.2 Active Pack - Petrol - Automatic - 100 hp - 156.647 '
'km',
'transmission': 'automatic',
'trim': 'Active Pack',
'vin': None,
'year': 2022}
2026-03-26 13:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723697%27 HTTP/1.1" 200 None
2026-03-26 13:34:11 [adesa.fr] INFO: Saving data for 10723697: {'auction_closing_time': 1774599000.0, 'created_time': 1774445455.038384, 'last_price_update_time': 1774532051.630841}
2026-03-26 13:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723697') HTTP/1.1" 204 0
2026-03-26 13:34:13 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723718
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723718%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723718: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10723718 url https://www.openlane.eu/en/carv6/auction/10723718
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723692
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723692%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723692: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10723692 url https://www.openlane.eu/en/carv6/auction/10723692
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723704
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723704%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723704: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10723704 url https://www.openlane.eu/en/carv6/auction/10723704
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723741
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723741%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723741: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10723741 url https://www.openlane.eu/en/carv6/auction/10723741
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723706
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723706%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723706: 2
2026-03-26 13:34:13 [adesa.fr] INFO: Scraping item 10723706 url https://www.openlane.eu/en/carv6/auction/10723706
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723694
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723694%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723694: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10723694 url https://www.openlane.eu/en/carv6/auction/10723694
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723725
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723725%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723725: 2
2026-03-26 13:34:13 [adesa.fr] INFO: Scraping item 10723725 url https://www.openlane.eu/en/carv6/auction/10723725
2026-03-26 13:34:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723711
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723711%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723711: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10723711 url https://www.openlane.eu/en/carv6/auction/10723711
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723776
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723776%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723776: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10723776 url https://www.openlane.eu/en/carv6/auction/10723776
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10723747
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723747%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10723747: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10723747 url https://www.openlane.eu/en/carv6/auction/10723747
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10726052
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726052%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10726052: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10726052 url https://www.openlane.eu/en/carv6/auction/10726052
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10726055
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726055%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10726055: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10726055 url https://www.openlane.eu/en/carv6/auction/10726055
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10726056
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726056%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10726056: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10726056 url https://www.openlane.eu/en/carv6/auction/10726056
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10726053
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726053%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10726053: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10726053 url https://www.openlane.eu/en/carv6/auction/10726053
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10728580
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728580%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10728580: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10728580 url https://www.openlane.eu/en/carv6/auction/10728580
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10721729
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721729%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10721729: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10721729 url https://www.openlane.eu/en/carv6/auction/10721729
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10721619
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721619%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10721619: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10721619 url https://www.openlane.eu/en/carv6/auction/10721619
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10721728
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721728%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10721728: 2
2026-03-26 13:34:13 [adesa.fr] INFO: Scraping item 10721728 url https://www.openlane.eu/en/carv6/auction/10721728
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10721616
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721616%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10721616: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10721616 url https://www.openlane.eu/en/carv6/auction/10721616
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10721617
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721617%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10721617: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10721617 url https://www.openlane.eu/en/carv6/auction/10721617
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10721765
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721765%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10721765: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10721765 url https://www.openlane.eu/en/carv6/auction/10721765
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10721730
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721730%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10721730: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10721730 url https://www.openlane.eu/en/carv6/auction/10721730
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10719192
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719192%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10719192: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10719192 url https://www.openlane.eu/en/carv6/auction/10719192
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718136
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718136%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10718136: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10718136 url https://www.openlane.eu/en/carv6/auction/10718136
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718179
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718179%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10718179: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10718179 url https://www.openlane.eu/en/carv6/auction/10718179
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718145
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718145%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10718145: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10718145 url https://www.openlane.eu/en/carv6/auction/10718145
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718146
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718146%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10718146: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10718146 url https://www.openlane.eu/en/carv6/auction/10718146
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718161
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718161%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10718161: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10718161 url https://www.openlane.eu/en/carv6/auction/10718161
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10724534
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724534%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10724534: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10724534 url https://www.openlane.eu/en/carv6/auction/10724534
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10724662
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724662%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10724662: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10724662 url https://www.openlane.eu/en/carv6/auction/10724662
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10725673
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725673%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10725673: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10725673 url https://www.openlane.eu/en/carv6/auction/10725673
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10725672
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725672%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10725672: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10725672 url https://www.openlane.eu/en/carv6/auction/10725672
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10724567
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724567%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10724567: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10724567 url https://www.openlane.eu/en/carv6/auction/10724567
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10724577
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724577%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10724577: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10724577 url https://www.openlane.eu/en/carv6/auction/10724577
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10724536
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724536%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10724536: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10724536 url https://www.openlane.eu/en/carv6/auction/10724536
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10724656
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724656%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10724656: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10724656 url https://www.openlane.eu/en/carv6/auction/10724656
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718194
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718194%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10718194: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10718194 url https://www.openlane.eu/en/carv6/auction/10718194
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718195
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718195%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10718195: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10718195 url https://www.openlane.eu/en/carv6/auction/10718195
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718192
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718192%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10718192: 2
2026-03-26 13:34:13 [adesa.fr] INFO: Scraping item 10718192 url https://www.openlane.eu/en/carv6/auction/10718192
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718196
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718196%27 HTTP/1.1" 200 None
2026-03-26 13:34:13 [adesa.fr] INFO: Scrape type for 10718196: 0
2026-03-26 13:34:13 [adesa.fr] INFO: Skipping item 10718196 url https://www.openlane.eu/en/carv6/auction/10718196
2026-03-26 13:34:13 [adesa.fr] INFO: Found listing with ID: 10718197
2026-03-26 13:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718197%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718197: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10718197 url https://www.openlane.eu/en/carv6/auction/10718197
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10718198
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718198%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718198: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10718198 url https://www.openlane.eu/en/carv6/auction/10718198
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10718199
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718199%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718199: 2
2026-03-26 13:34:14 [adesa.fr] INFO: Scraping item 10718199 url https://www.openlane.eu/en/carv6/auction/10718199
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10718201
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718201%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718201: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10718201 url https://www.openlane.eu/en/carv6/auction/10718201
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10718200
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718200%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718200: 2
2026-03-26 13:34:14 [adesa.fr] INFO: Scraping item 10718200 url https://www.openlane.eu/en/carv6/auction/10718200
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10718844
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718844%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718844: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10718844 url https://www.openlane.eu/en/carv6/auction/10718844
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10718202
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718202%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718202: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10718202 url https://www.openlane.eu/en/carv6/auction/10718202
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10718203
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718203%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718203: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10718203 url https://www.openlane.eu/en/carv6/auction/10718203
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10718191
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718191%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718191: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10718191 url https://www.openlane.eu/en/carv6/auction/10718191
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10718204
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718204%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10718204: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10718204 url https://www.openlane.eu/en/carv6/auction/10718204
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10723631
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723631%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10723631: 2
2026-03-26 13:34:14 [adesa.fr] INFO: Scraping item 10723631 url https://www.openlane.eu/en/carv6/auction/10723631
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10728594
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728594%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10728594: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10728594 url https://www.openlane.eu/en/carv6/auction/10728594
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10728601
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728601%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10728601: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10728601 url https://www.openlane.eu/en/carv6/auction/10728601
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10728599
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728599%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10728599: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10728599 url https://www.openlane.eu/en/carv6/auction/10728599
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10728600
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728600%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10728600: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10728600 url https://www.openlane.eu/en/carv6/auction/10728600
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10723632
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723632%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10723632: 2
2026-03-26 13:34:14 [adesa.fr] INFO: Scraping item 10723632 url https://www.openlane.eu/en/carv6/auction/10723632
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10723633
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723633%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10723633: 2
2026-03-26 13:34:14 [adesa.fr] INFO: Scraping item 10723633 url https://www.openlane.eu/en/carv6/auction/10723633
2026-03-26 13:34:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723720> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10728598
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728598%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10728598: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10728598 url https://www.openlane.eu/en/carv6/auction/10728598
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10725600
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725600%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10725600: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10725600 url https://www.openlane.eu/en/carv6/auction/10725600
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10728596
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728596%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10728596: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10728596 url https://www.openlane.eu/en/carv6/auction/10728596
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10728597
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728597%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10728597: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10728597 url https://www.openlane.eu/en/carv6/auction/10728597
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10728595
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728595%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10728595: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10728595 url https://www.openlane.eu/en/carv6/auction/10728595
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10726309
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726309%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10726309: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10726309 url https://www.openlane.eu/en/carv6/auction/10726309
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10726308
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726308%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10726308: 0
2026-03-26 13:34:14 [adesa.fr] INFO: Skipping item 10726308 url https://www.openlane.eu/en/carv6/auction/10726308
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10723881
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723881%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10723881: 2
2026-03-26 13:34:14 [adesa.fr] INFO: Scraping item 10723881 url https://www.openlane.eu/en/carv6/auction/10723881
2026-03-26 13:34:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10730919
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730919%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10730919: 1
2026-03-26 13:34:14 [adesa.fr] INFO: Scraping item 10730919 url https://www.openlane.eu/en/carv6/auction/10730919
2026-03-26 13:34:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4704ca18-3d80-5f56-98e5-27b35d2ea542 with identifier: 10723720
2026-03-26 13:34:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4704ca18-3d80-5f56-98e5-27b35d2ea542 with scrape type 2
2026-03-26 13:34:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4704ca18-3d80-5f56-98e5-27b35d2ea542 with scrape type 2
2026-03-26 13:34:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 4704ca18-3d80-5f56-98e5-27b35d2ea542, identifier: 10723720
2026-03-26 13:34:14 [adesa.fr] INFO: Found listing with ID: 10722088
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722088%27 HTTP/1.1" 200 None
2026-03-26 13:34:14 [adesa.fr] INFO: Scrape type for 10722088: 2
2026-03-26 13:34:14 [adesa.fr] INFO: Scraping item 10722088 url https://www.openlane.eu/en/carv6/auction/10722088
2026-03-26 13:34:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 4704ca18-3d80-5f56-98e5-27b35d2ea542 with identifier: 10723720
2026-03-26 13:34:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 4704ca18-3d80-5f56-98e5-27b35d2ea542 with identifier: 10723720
2026-03-26 13:34:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 4704ca18-3d80-5f56-98e5-27b35d2ea542 with identifier: 10723720 to the API
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723720>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 462,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Hybrid',
'id': '4704ca18-3d80-5f56-98e5-27b35d2ea542',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV-371-SX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723720',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Porsche',
'model': 'Cayenne',
'odometer': 152233,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 45000,
'price_includes_vat': True,
'registration_date': '2020-12-10',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche Cayenne Coupé 3.0 Platinum - AWD - Hybrid - Automatic - 462 '
'hp - 152.233 km',
'transmission': 'automatic',
'trim': 'Platinum',
'vin': None,
'year': 2020}
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723720%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Saving data for 10723720: {'auction_closing_time': 1774599000.0, 'created_time': 1774445453.898282, 'last_price_update_time': 1774532055.112955}
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723720') HTTP/1.1" 204 0
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716486
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716486%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716486: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716486 url https://www.openlane.eu/en/carv6/auction/10716486
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716483
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716483%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716483: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716483 url https://www.openlane.eu/en/carv6/auction/10716483
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716540
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716540%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716540: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716540 url https://www.openlane.eu/en/carv6/auction/10716540
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716544
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716544%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716544: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716544 url https://www.openlane.eu/en/carv6/auction/10716544
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716465
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716465%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716465: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716465 url https://www.openlane.eu/en/carv6/auction/10716465
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716545
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716545%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716545: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716545 url https://www.openlane.eu/en/carv6/auction/10716545
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716550
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716550%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716550: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716550 url https://www.openlane.eu/en/carv6/auction/10716550
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716546
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716546%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716546: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716546 url https://www.openlane.eu/en/carv6/auction/10716546
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10728761
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728761%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10728761: 1
2026-03-26 13:34:15 [adesa.fr] INFO: Scraping item 10728761 url https://www.openlane.eu/en/carv6/auction/10728761
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716507
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716507%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716507: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716507 url https://www.openlane.eu/en/carv6/auction/10716507
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716504
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716504%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716504: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716504 url https://www.openlane.eu/en/carv6/auction/10716504
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716522
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716522%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716522: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716522 url https://www.openlane.eu/en/carv6/auction/10716522
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716501
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716501%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716501: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716501 url https://www.openlane.eu/en/carv6/auction/10716501
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716542
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716542%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716542: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716542 url https://www.openlane.eu/en/carv6/auction/10716542
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716509
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716509%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716509: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716509 url https://www.openlane.eu/en/carv6/auction/10716509
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716537
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716537%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716537: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716537 url https://www.openlane.eu/en/carv6/auction/10716537
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716510
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716510%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716510: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716510 url https://www.openlane.eu/en/carv6/auction/10716510
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716467
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716467%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716467: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716467 url https://www.openlane.eu/en/carv6/auction/10716467
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716548
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716548%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716548: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716548 url https://www.openlane.eu/en/carv6/auction/10716548
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716502
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716502%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716502: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716502 url https://www.openlane.eu/en/carv6/auction/10716502
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716491
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716491%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716491: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716491 url https://www.openlane.eu/en/carv6/auction/10716491
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10724719
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724719%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10724719: 2
2026-03-26 13:34:15 [adesa.fr] INFO: Scraping item 10724719 url https://www.openlane.eu/en/carv6/auction/10724719
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10724721
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724721%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10724721: 2
2026-03-26 13:34:15 [adesa.fr] INFO: Scraping item 10724721 url https://www.openlane.eu/en/carv6/auction/10724721
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10724726
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724726%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10724726: 2
2026-03-26 13:34:15 [adesa.fr] INFO: Scraping item 10724726 url https://www.openlane.eu/en/carv6/auction/10724726
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10724724
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724724%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10724724: 2
2026-03-26 13:34:15 [adesa.fr] INFO: Scraping item 10724724 url https://www.openlane.eu/en/carv6/auction/10724724
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716475
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716475%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716475: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716475 url https://www.openlane.eu/en/carv6/auction/10716475
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10724718
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724718%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10724718: 2
2026-03-26 13:34:15 [adesa.fr] INFO: Scraping item 10724718 url https://www.openlane.eu/en/carv6/auction/10724718
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10724723
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724723%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10724723: 2
2026-03-26 13:34:15 [adesa.fr] INFO: Scraping item 10724723 url https://www.openlane.eu/en/carv6/auction/10724723
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716497
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716497%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716497: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716497 url https://www.openlane.eu/en/carv6/auction/10716497
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10730691
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730691%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10730691: 1
2026-03-26 13:34:15 [adesa.fr] INFO: Scraping item 10730691 url https://www.openlane.eu/en/carv6/auction/10730691
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10730688
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730688%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10730688: 1
2026-03-26 13:34:15 [adesa.fr] INFO: Scraping item 10730688 url https://www.openlane.eu/en/carv6/auction/10730688
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10724722
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724722%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10724722: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10724722 url https://www.openlane.eu/en/carv6/auction/10724722
2026-03-26 13:34:15 [adesa.fr] INFO: Found listing with ID: 10716492
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716492%27 HTTP/1.1" 200 None
2026-03-26 13:34:15 [adesa.fr] INFO: Scrape type for 10716492: 0
2026-03-26 13:34:15 [adesa.fr] INFO: Skipping item 10716492 url https://www.openlane.eu/en/carv6/auction/10716492
2026-03-26 13:34:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723766> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c0f7cb3-c98e-5023-992b-cd1c455ef6f4 with identifier: 10723766
2026-03-26 13:34:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c0f7cb3-c98e-5023-992b-cd1c455ef6f4 with scrape type 2
2026-03-26 13:34:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c0f7cb3-c98e-5023-992b-cd1c455ef6f4 with scrape type 2
2026-03-26 13:34:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 1c0f7cb3-c98e-5023-992b-cd1c455ef6f4, identifier: 10723766
2026-03-26 13:34:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 1c0f7cb3-c98e-5023-992b-cd1c455ef6f4 with identifier: 10723766
2026-03-26 13:34:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 1c0f7cb3-c98e-5023-992b-cd1c455ef6f4 with identifier: 10723766
2026-03-26 13:34:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 1c0f7cb3-c98e-5023-992b-cd1c455ef6f4 with identifier: 10723766 to the API
2026-03-26 13:34:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723766>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 203,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Hybrid',
'id': '1c0f7cb3-c98e-5023-992b-cd1c455ef6f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GM-636-FD',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723766',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 127993,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 19600,
'price_includes_vat': True,
'registration_date': '2023-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan X-Trail 1.5 e-Power N-connecta - Hybrid - Automatic - 203 hp '
'- 127.993 km',
'transmission': 'automatic',
'trim': 'N-connecta',
'vin': None,
'year': 2023}
2026-03-26 13:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723766%27 HTTP/1.1" 200 None
2026-03-26 13:34:19 [adesa.fr] INFO: Saving data for 10723766: {'auction_closing_time': 1774599000.0, 'created_time': 1774445432.07306, 'last_price_update_time': 1774532059.885506}
2026-03-26 13:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723766') HTTP/1.1" 204 0
2026-03-26 13:34:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723712> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723706> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25396c34-6d46-5380-8f8c-88aa18165a45 with identifier: 10723712
2026-03-26 13:34:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25396c34-6d46-5380-8f8c-88aa18165a45 with scrape type 2
2026-03-26 13:34:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25396c34-6d46-5380-8f8c-88aa18165a45 with scrape type 2
2026-03-26 13:34:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 25396c34-6d46-5380-8f8c-88aa18165a45, identifier: 10723712
2026-03-26 13:34:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 25396c34-6d46-5380-8f8c-88aa18165a45 with identifier: 10723712
2026-03-26 13:34:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 25396c34-6d46-5380-8f8c-88aa18165a45 with identifier: 10723712
2026-03-26 13:34:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 25396c34-6d46-5380-8f8c-88aa18165a45 with identifier: 10723712 to the API
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723712>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 300,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Hybrid',
'id': '25396c34-6d46-5380-8f8c-88aa18165a45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GE-212-RB',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723712',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Peugeot',
'model': '3008',
'odometer': 104402,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.6 GT Line - AWD - Hybrid - Automatic - 300 hp - '
'104.402 km',
'transmission': 'automatic',
'trim': 'GT Line',
'vin': None,
'year': 2022}
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723712%27 HTTP/1.1" 200 None
2026-03-26 13:34:20 [adesa.fr] INFO: Saving data for 10723712: {'auction_closing_time': 1774599000.0, 'created_time': 1774445454.263223, 'last_price_update_time': 1774532060.5167}
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723712') HTTP/1.1" 204 0
2026-03-26 13:34:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96ef3d8e-1269-5f78-a074-af823720206f with identifier: 10723706
2026-03-26 13:34:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96ef3d8e-1269-5f78-a074-af823720206f with scrape type 2
2026-03-26 13:34:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96ef3d8e-1269-5f78-a074-af823720206f with scrape type 2
2026-03-26 13:34:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 96ef3d8e-1269-5f78-a074-af823720206f, identifier: 10723706
2026-03-26 13:34:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 96ef3d8e-1269-5f78-a074-af823720206f with identifier: 10723706
2026-03-26 13:34:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 96ef3d8e-1269-5f78-a074-af823720206f with identifier: 10723706
2026-03-26 13:34:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 96ef3d8e-1269-5f78-a074-af823720206f with identifier: 10723706 to the API
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723706>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 95,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Diesel',
'id': '96ef3d8e-1269-5f78-a074-af823720206f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FE-145-YX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723706',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 166951,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 11300,
'price_includes_vat': True,
'registration_date': '2019-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.6 TDI R-Line - Diesel - Automatic - 95 hp - '
'166.951 km',
'transmission': 'automatic',
'trim': 'R-Line',
'vin': None,
'year': 2019}
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723706%27 HTTP/1.1" 200 None
2026-03-26 13:34:20 [adesa.fr] INFO: Saving data for 10723706: {'auction_closing_time': 1774599000.0, 'created_time': 1774445445.245102, 'last_price_update_time': 1774532060.915324}
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723706') HTTP/1.1" 204 0
2026-03-26 13:34:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723725> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cdb0896-2a7f-553a-8316-f6a0114fb47c with identifier: 10723725
2026-03-26 13:34:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cdb0896-2a7f-553a-8316-f6a0114fb47c with scrape type 2
2026-03-26 13:34:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cdb0896-2a7f-553a-8316-f6a0114fb47c with scrape type 2
2026-03-26 13:34:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 8cdb0896-2a7f-553a-8316-f6a0114fb47c, identifier: 10723725
2026-03-26 13:34:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 8cdb0896-2a7f-553a-8316-f6a0114fb47c with identifier: 10723725
2026-03-26 13:34:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 8cdb0896-2a7f-553a-8316-f6a0114fb47c with identifier: 10723725
2026-03-26 13:34:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 8cdb0896-2a7f-553a-8316-f6a0114fb47c with identifier: 10723725 to the API
2026-03-26 13:34:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723725>
{'auction_title': '',
'c_o_2_emission_value': 54,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 340,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Hybrid',
'id': '8cdb0896-2a7f-553a-8316-f6a0114fb47c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GA-989-NQ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723725',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 176108,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 18800,
'price_includes_vat': True,
'registration_date': '2021-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC60 T6 Inscription - AWD - Hybrid - Automatic - 340 hp - '
'176.108 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-26 13:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723725%27 HTTP/1.1" 200 None
2026-03-26 13:34:22 [adesa.fr] INFO: Saving data for 10723725: {'auction_closing_time': 1774599000.0, 'created_time': 1774445453.535484, 'last_price_update_time': 1774532062.959953}
2026-03-26 13:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723725') HTTP/1.1" 204 0
2026-03-26 13:34:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718200> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fbf62c6-5191-5b61-82f3-a36c03ab2b61 with identifier: 10718200
2026-03-26 13:34:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fbf62c6-5191-5b61-82f3-a36c03ab2b61 with scrape type 2
2026-03-26 13:34:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fbf62c6-5191-5b61-82f3-a36c03ab2b61 with scrape type 2
2026-03-26 13:34:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 5fbf62c6-5191-5b61-82f3-a36c03ab2b61, identifier: 10718200
2026-03-26 13:34:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 5fbf62c6-5191-5b61-82f3-a36c03ab2b61 with identifier: 10718200
2026-03-26 13:34:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 5fbf62c6-5191-5b61-82f3-a36c03ab2b61 with identifier: 10718200
2026-03-26 13:34:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 5fbf62c6-5191-5b61-82f3-a36c03ab2b61 with identifier: 10718200 to the API
2026-03-26 13:34:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34: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-26 13:34:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718200>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '5fbf62c6-5191-5b61-82f3-a36c03ab2b61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL-222-GK',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718200',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Peugeot',
'model': '208',
'odometer': 54276,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 5000,
'price_includes_vat': True,
'registration_date': '2022-12-22',
'seats_number': 2,
'seller_name': 'ATHLON Car Lease France SA',
'title': 'Peugeot 208 1.2 Premium - Petrol - Manual - 75 hp - 54.276 km',
'transmission': 'manual',
'trim': 'Premium',
'vin': None,
'year': 2022}
2026-03-26 13:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718200%27 HTTP/1.1" 200 None
2026-03-26 13:34:24 [adesa.fr] INFO: Saving data for 10718200: {'auction_closing_time': 1774609200.0, 'created_time': 1774359049.941687, 'last_price_update_time': 1774532064.328213}
2026-03-26 13:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10718200') HTTP/1.1" 204 0
2026-03-26 13:34:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723631> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e64e9dc-3d32-5047-a518-d99b16d55bbd with identifier: 10723631
2026-03-26 13:34:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e64e9dc-3d32-5047-a518-d99b16d55bbd with scrape type 2
2026-03-26 13:34:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e64e9dc-3d32-5047-a518-d99b16d55bbd with scrape type 2
2026-03-26 13:34:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 7e64e9dc-3d32-5047-a518-d99b16d55bbd, identifier: 10723631
2026-03-26 13:34:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 7e64e9dc-3d32-5047-a518-d99b16d55bbd with identifier: 10723631
2026-03-26 13:34:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 7e64e9dc-3d32-5047-a518-d99b16d55bbd with identifier: 10723631
2026-03-26 13:34:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 7e64e9dc-3d32-5047-a518-d99b16d55bbd with identifier: 10723631 to the API
2026-03-26 13:34:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34: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-26 13:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723631>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 272,
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7e64e9dc-3d32-5047-a518-d99b16d55bbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'DZ-719-JR',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723631',
'listing': 'auctionplusdirectbuy',
'location': 'EXCENEVEX (France)',
'make': 'Audi',
'model': 'A6',
'odometer': 263436,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 6700,
'price_includes_vat': True,
'registration_date': '2016-02-03',
'seats_number': 5,
'seller_name': 'Auto-Union sarl',
'title': 'Audi A6 Allroad 3.0 TDI Avus - Quattro - Diesel - Automatic - 272 '
'hp - 263.436 km',
'transmission': 'automatic',
'trim': 'Avus',
'vin': None,
'year': 2016}
2026-03-26 13:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723631%27 HTTP/1.1" 200 None
2026-03-26 13:34:26 [adesa.fr] INFO: Saving data for 10723631: {'auction_closing_time': 1774605600.0, 'created_time': 1774445505.931305, 'last_price_update_time': 1774532066.868272}
2026-03-26 13:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723631') HTTP/1.1" 204 0
2026-03-26 13:34:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718199> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e75629b5-5f8b-574c-a201-30c501cbff84 with identifier: 10718199
2026-03-26 13:34:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e75629b5-5f8b-574c-a201-30c501cbff84 with scrape type 2
2026-03-26 13:34:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e75629b5-5f8b-574c-a201-30c501cbff84 with scrape type 2
2026-03-26 13:34:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: e75629b5-5f8b-574c-a201-30c501cbff84, identifier: 10718199
2026-03-26 13:34:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: e75629b5-5f8b-574c-a201-30c501cbff84 with identifier: 10718199
2026-03-26 13:34:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: e75629b5-5f8b-574c-a201-30c501cbff84 with identifier: 10718199
2026-03-26 13:34:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: e75629b5-5f8b-574c-a201-30c501cbff84 with identifier: 10718199 to the API
2026-03-26 13:34:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718199>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 110,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'e75629b5-5f8b-574c-a201-30c501cbff84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GT-178-EY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718199',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Opel',
'model': 'Crossland',
'odometer': 16884,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': True,
'registration_date': '2023-12-21',
'seats_number': 5,
'seller_name': 'ATHLON Car Lease France SA',
'title': 'Opel Crossland 1.2 Ultimate - Petrol - Manual - 110 hp - 16.884 km',
'transmission': 'manual',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-26 13:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718199%27 HTTP/1.1" 200 None
2026-03-26 13:34:27 [adesa.fr] INFO: Saving data for 10718199: {'auction_closing_time': 1774609200.0, 'created_time': 1774359055.146502, 'last_price_update_time': 1774532067.983001}
2026-03-26 13:34:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10718199') HTTP/1.1" 204 0
2026-03-26 13:34:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723632> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d0ece16-e50e-5cdb-9e97-88bb3ce9d23c with identifier: 10723632
2026-03-26 13:34:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d0ece16-e50e-5cdb-9e97-88bb3ce9d23c with scrape type 2
2026-03-26 13:34:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d0ece16-e50e-5cdb-9e97-88bb3ce9d23c with scrape type 2
2026-03-26 13:34:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 6d0ece16-e50e-5cdb-9e97-88bb3ce9d23c, identifier: 10723632
2026-03-26 13:34:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 6d0ece16-e50e-5cdb-9e97-88bb3ce9d23c with identifier: 10723632
2026-03-26 13:34:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 6d0ece16-e50e-5cdb-9e97-88bb3ce9d23c with identifier: 10723632
2026-03-26 13:34:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 6d0ece16-e50e-5cdb-9e97-88bb3ce9d23c with identifier: 10723632 to the API
2026-03-26 13:34:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723632>
{'auction_title': '',
'c_o_2_emission_value': 268,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 5',
'engine': '2.5L',
'engine_horse_power': 122,
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6d0ece16-e50e-5cdb-9e97-88bb3ce9d23c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'EG-786-CA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723632',
'listing': 'auctionplusdirectbuy',
'location': 'Tarnos (France)',
'make': 'Nissan',
'model': 'Cabstar',
'odometer': 132271,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 21600,
'price_includes_vat': True,
'registration_date': '2016-10-18',
'seats_number': 2,
'seller_name': 'Auto Destok sarl',
'title': 'Nissan Cabstar 2.5 Basic+ - Diesel - Manual - 122 hp - 132.271 km',
'transmission': 'manual',
'trim': 'Basic+',
'vin': None,
'year': 2016}
2026-03-26 13:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723632%27 HTTP/1.1" 200 None
2026-03-26 13:34:43 [adesa.fr] INFO: Saving data for 10723632: {'auction_closing_time': 1774605600.0, 'created_time': 1774445494.60025, 'last_price_update_time': 1774532083.600821}
2026-03-26 13:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723632') HTTP/1.1" 204 0
2026-03-26 13:34:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723633> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd873eac-f3e5-540a-ad58-ddfbe9d919ad with identifier: 10723633
2026-03-26 13:34:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd873eac-f3e5-540a-ad58-ddfbe9d919ad with scrape type 2
2026-03-26 13:34:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd873eac-f3e5-540a-ad58-ddfbe9d919ad with scrape type 2
2026-03-26 13:34:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: fd873eac-f3e5-540a-ad58-ddfbe9d919ad, identifier: 10723633
2026-03-26 13:34:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: fd873eac-f3e5-540a-ad58-ddfbe9d919ad with identifier: 10723633
2026-03-26 13:34:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: fd873eac-f3e5-540a-ad58-ddfbe9d919ad with identifier: 10723633
2026-03-26 13:34:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: fd873eac-f3e5-540a-ad58-ddfbe9d919ad with identifier: 10723633 to the API
2026-03-26 13:34:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723633>
{'auction_title': '',
'c_o_2_emission_value': 239,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'fd873eac-f3e5-540a-ad58-ddfbe9d919ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FR-616-BH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723633',
'listing': 'auctionplusdirectbuy',
'location': 'Tarnos (France)',
'make': 'Nissan',
'model': 'Cabstar',
'odometer': 33802,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 26600,
'price_includes_vat': True,
'registration_date': '2020-06-30',
'seats_number': 2,
'seller_name': 'Auto Destok sarl',
'title': 'Nissan Cabstar 3.0 Basic+ - Diesel - Manual - 130 hp - 33.802 km',
'transmission': 'manual',
'trim': 'Basic+',
'vin': None,
'year': 2020}
2026-03-26 13:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723633%27 HTTP/1.1" 200 None
2026-03-26 13:34:44 [adesa.fr] INFO: Saving data for 10723633: {'auction_closing_time': 1774605600.0, 'created_time': 1774445490.088995, 'last_price_update_time': 1774532084.73681}
2026-03-26 13:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723633') HTTP/1.1" 204 0
2026-03-26 13:34:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723881> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 714f3de9-b9d7-53cd-9624-c0fa40645cf1 with identifier: 10723881
2026-03-26 13:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 714f3de9-b9d7-53cd-9624-c0fa40645cf1 with scrape type 2
2026-03-26 13:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 714f3de9-b9d7-53cd-9624-c0fa40645cf1 with scrape type 2
2026-03-26 13:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 714f3de9-b9d7-53cd-9624-c0fa40645cf1, identifier: 10723881
2026-03-26 13:34:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 714f3de9-b9d7-53cd-9624-c0fa40645cf1 with identifier: 10723881
2026-03-26 13:34:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 714f3de9-b9d7-53cd-9624-c0fa40645cf1 with identifier: 10723881
2026-03-26 13:34:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 714f3de9-b9d7-53cd-9624-c0fa40645cf1 with identifier: 10723881 to the API
2026-03-26 13:34:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723881>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-03-30T11:00:00Z',
'fuel_type': 'Petrol',
'id': '714f3de9-b9d7-53cd-9624-c0fa40645cf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV206PZ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723881',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 26494,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 16300,
'price_includes_vat': True,
'registration_date': '2024-03-08',
'seats_number': 5,
'seller_name': 'BEL Automotive bv',
'title': 'Peugeot 3008 Allure Pack - Petrol - Automatic - 136 hp - 26.494 km',
'transmission': 'automatic',
'trim': 'Allure Pack',
'vin': None,
'year': 2024}
2026-03-26 13:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723881%27 HTTP/1.1" 200 None
2026-03-26 13:34:48 [adesa.fr] INFO: Saving data for 10723881: {'auction_closing_time': 1774868400.0, 'created_time': 1774445509.165107, 'last_price_update_time': 1774532088.455807}
2026-03-26 13:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723881') HTTP/1.1" 204 0
2026-03-26 13:34:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730688> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bac1bef6-803f-5e8b-ad57-31648a84b867 with identifier: 10730688
2026-03-26 13:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bac1bef6-803f-5e8b-ad57-31648a84b867 with scrape type 1
2026-03-26 13:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F0e1ec4fc-f5e8-479b-affa-4416062b82aa.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/0e1ec4fc-f5e8-479b-affa-4416062b82aa.jpeg not downloaded yet
2026-03-26 13:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F176d7e95-f6cd-4e0c-b2a4-237ee98d3a0a.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/176d7e95-f6cd-4e0c-b2a4-237ee98d3a0a.jpeg not downloaded yet
2026-03-26 13:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F474f30bc-2d50-4f21-af31-7d61e391cab0.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/474f30bc-2d50-4f21-af31-7d61e391cab0.jpeg not downloaded yet
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F6d77e157-071d-4e34-ab5f-83c5f6995b2d.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/6d77e157-071d-4e34-ab5f-83c5f6995b2d.jpeg not downloaded yet
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F21c256c7-4cee-4144-881d-e954e0c3c501.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/21c256c7-4cee-4144-881d-e954e0c3c501.jpeg not downloaded yet
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F690b7710-12b4-4742-a4ff-2885d39ed640.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/690b7710-12b4-4742-a4ff-2885d39ed640.jpeg not downloaded yet
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F5576a2bd-4e5e-40bb-a7e2-19da6772fc5c.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/5576a2bd-4e5e-40bb-a7e2-19da6772fc5c.jpeg not downloaded yet
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F04e7989b-2a4c-4846-a902-b13735230e75.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/04e7989b-2a4c-4846-a902-b13735230e75.jpeg not downloaded yet
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F9dac81be-34ec-441a-a1c5-271541b3b37c.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/9dac81be-34ec-441a-a1c5-271541b3b37c.jpeg not downloaded yet
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F44e24127-b839-47fc-8baa-2acd091b900f.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/44e24127-b839-47fc-8baa-2acd091b900f.jpeg not downloaded yet
2026-03-26 13:34:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730691> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdf41581-8c77-5234-b755-e988ecfa5aa0 with identifier: 10730691
2026-03-26 13:34:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdf41581-8c77-5234-b755-e988ecfa5aa0 with scrape type 1
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252Ff1e2ea01-962a-4bf5-aa5d-c031a3b389ba.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/f1e2ea01-962a-4bf5-aa5d-c031a3b389ba.jpeg not downloaded yet
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F0ba51fde-dcdf-4a45-ab58-ad8e4dcb7d1e.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/0ba51fde-dcdf-4a45-ab58-ad8e4dcb7d1e.jpeg not downloaded yet
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F82ba01f4-ae1b-4cb9-9175-9cdaf8bf755d.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/82ba01f4-ae1b-4cb9-9175-9cdaf8bf755d.jpeg not downloaded yet
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252Fb7250a4c-e86c-4c89-8626-fd7f5c71889e.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/b7250a4c-e86c-4c89-8626-fd7f5c71889e.jpeg not downloaded yet
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F2efbed56-a422-412f-906e-8bb59e1044f4.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/2efbed56-a422-412f-906e-8bb59e1044f4.jpeg not downloaded yet
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F8a24097e-4c58-427e-82fb-0315eda08eb2.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/8a24097e-4c58-427e-82fb-0315eda08eb2.jpeg not downloaded yet
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F83c2b006-fa93-4e5a-bfa4-aec8b47c2a02.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/83c2b006-fa93-4e5a-bfa4-aec8b47c2a02.jpeg not downloaded yet
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252Fafcc7432-6453-4962-a01a-1b19302e05c1.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/afcc7432-6453-4962-a01a-1b19302e05c1.jpeg not downloaded yet
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252Faec73518-92df-4386-a737-3f1d0a7a9f5b.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/aec73518-92df-4386-a737-3f1d0a7a9f5b.jpeg not downloaded yet
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F37550375-7c86-4b83-8c99-d06e6b7f4bba.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/37550375-7c86-4b83-8c99-d06e6b7f4bba.jpeg not downloaded yet
2026-03-26 13:34:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/44e24127-b839-47fc-8baa-2acd091b900f.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:34:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/37550375-7c86-4b83-8c99-d06e6b7f4bba.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:34:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6229890>
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: Resetting dropped connection: alxproduction.blob.core.windows.net
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F44e24127-b839-47fc-8baa-2acd091b900f.jpeg') HTTP/1.1" 204 0
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/44e24127-b839-47fc-8baa-2acd091b900f.jpeg saved to cache
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:34:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ea92d0>
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F37550375-7c86-4b83-8c99-d06e6b7f4bba.jpeg') HTTP/1.1" 204 0
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/37550375-7c86-4b83-8c99-d06e6b7f4bba.jpeg saved to cache
2026-03-26 13:34:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:34:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/aec73518-92df-4386-a737-3f1d0a7a9f5b.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:34:55 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ede110>
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:34:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:34:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252Faec73518-92df-4386-a737-3f1d0a7a9f5b.jpeg') HTTP/1.1" 204 0
2026-03-26 13:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/aec73518-92df-4386-a737-3f1d0a7a9f5b.jpeg saved to cache
2026-03-26 13:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:34:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/afcc7432-6453-4962-a01a-1b19302e05c1.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:34:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6148b90>
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252Fafcc7432-6453-4962-a01a-1b19302e05c1.jpeg') HTTP/1.1" 204 0
2026-03-26 13:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/afcc7432-6453-4962-a01a-1b19302e05c1.jpeg saved to cache
2026-03-26 13:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:34:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/83c2b006-fa93-4e5a-bfa4-aec8b47c2a02.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:34:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac62554d0>
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F83c2b006-fa93-4e5a-bfa4-aec8b47c2a02.jpeg') HTTP/1.1" 204 0
2026-03-26 13:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/83c2b006-fa93-4e5a-bfa4-aec8b47c2a02.jpeg saved to cache
2026-03-26 13:34:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:34:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/8a24097e-4c58-427e-82fb-0315eda08eb2.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:34:56 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac614ae90>
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:34:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:34:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F8a24097e-4c58-427e-82fb-0315eda08eb2.jpeg') HTTP/1.1" 204 0
2026-03-26 13:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/8a24097e-4c58-427e-82fb-0315eda08eb2.jpeg saved to cache
2026-03-26 13:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:34:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/2efbed56-a422-412f-906e-8bb59e1044f4.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:34:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:34:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:34:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60cda10>
2026-03-26 13:34:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:34:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F2efbed56-a422-412f-906e-8bb59e1044f4.jpeg') HTTP/1.1" 204 0
2026-03-26 13:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/2efbed56-a422-412f-906e-8bb59e1044f4.jpeg saved to cache
2026-03-26 13:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:34:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/b7250a4c-e86c-4c89-8626-fd7f5c71889e.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:34:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:34:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:34:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac61494d0>
2026-03-26 13:34:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:34:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252Fb7250a4c-e86c-4c89-8626-fd7f5c71889e.jpeg') HTTP/1.1" 204 0
2026-03-26 13:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/b7250a4c-e86c-4c89-8626-fd7f5c71889e.jpeg saved to cache
2026-03-26 13:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:34:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/82ba01f4-ae1b-4cb9-9175-9cdaf8bf755d.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:34:59 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:34:59 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:34:59 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac804c410>
2026-03-26 13:34:59 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:34:59 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F82ba01f4-ae1b-4cb9-9175-9cdaf8bf755d.jpeg') HTTP/1.1" 204 0
2026-03-26 13:34:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/82ba01f4-ae1b-4cb9-9175-9cdaf8bf755d.jpeg saved to cache
2026-03-26 13:34:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:34:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724723> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:34:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:34:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 934353fe-9652-5a5c-b439-42c3fd185b4f with identifier: 10724723
2026-03-26 13:34:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 934353fe-9652-5a5c-b439-42c3fd185b4f with scrape type 2
2026-03-26 13:34:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 934353fe-9652-5a5c-b439-42c3fd185b4f with scrape type 2
2026-03-26 13:34:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 934353fe-9652-5a5c-b439-42c3fd185b4f, identifier: 10724723
2026-03-26 13:34:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 934353fe-9652-5a5c-b439-42c3fd185b4f with identifier: 10724723
2026-03-26 13:34:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 934353fe-9652-5a5c-b439-42c3fd185b4f with identifier: 10724723
2026-03-26 13:34:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 934353fe-9652-5a5c-b439-42c3fd185b4f with identifier: 10724723 to the API
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:34:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724723>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '934353fe-9652-5a5c-b439-42c3fd185b4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GM-880-ZF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724723',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Citroën',
'model': 'C5',
'odometer': 69420,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': True,
'registration_date': '2023-03-25',
'seats_number': 5,
'seller_name': 'SAS COMPAGNIE PICARDE DE LOGISTIQUE AUTO',
'title': 'Citroën C5 X 1.2 Feel - Petrol - Automatic - 131 hp - 69.420 km',
'transmission': 'automatic',
'trim': 'Feel',
'vin': None,
'year': 2023}
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724723%27 HTTP/1.1" 200 None
2026-03-26 13:34:59 [adesa.fr] INFO: Saving data for 10724723: {'auction_closing_time': 1774609200.0, 'created_time': 1774445578.754985, 'last_price_update_time': 1774532099.957478}
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:34:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724723') HTTP/1.1" 204 0
2026-03-26 13:35:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/0ba51fde-dcdf-4a45-ab58-ad8e4dcb7d1e.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:35:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac600d9d0>
2026-03-26 13:35:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252F0ba51fde-dcdf-4a45-ab58-ad8e4dcb7d1e.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/0ba51fde-dcdf-4a45-ab58-ad8e4dcb7d1e.jpeg saved to cache
2026-03-26 13:35:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:35:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/9dac81be-34ec-441a-a1c5-271541b3b37c.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:35:00 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:00 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:00 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ea2350>
2026-03-26 13:35:00 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:00 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:00 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F9dac81be-34ec-441a-a1c5-271541b3b37c.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/9dac81be-34ec-441a-a1c5-271541b3b37c.jpeg saved to cache
2026-03-26 13:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:35:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729906/general/f1e2ea01-962a-4bf5-aa5d-c031a3b389ba.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730691)
2026-03-26 13:35:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac62413d0>
2026-03-26 13:35:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729906%252Fgeneral%252Ff1e2ea01-962a-4bf5-aa5d-c031a3b389ba.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729906/general/f1e2ea01-962a-4bf5-aa5d-c031a3b389ba.jpeg saved to cache
2026-03-26 13:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item cdf41581-8c77-5234-b755-e988ecfa5aa0
2026-03-26 13:35:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdf41581-8c77-5234-b755-e988ecfa5aa0, skipping ID generation
2026-03-26 13:35:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdf41581-8c77-5234-b755-e988ecfa5aa0 with scrape type 1
2026-03-26 13:35:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdf41581-8c77-5234-b755-e988ecfa5aa0 sending to next pipeline
2026-03-26 13:35:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: cdf41581-8c77-5234-b755-e988ecfa5aa0, identifier: 10730691
2026-03-26 13:35:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: cdf41581-8c77-5234-b755-e988ecfa5aa0 with identifier: 10730691
2026-03-26 13:35:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: cdf41581-8c77-5234-b755-e988ecfa5aa0 with identifier: 10730691
2026-03-26 13:35:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: cdf41581-8c77-5234-b755-e988ecfa5aa0 with identifier: 10730691 to the API
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:35:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5729906/general/f1e2ea01-962a-4bf5-aa5d-c031a3b389ba.jpeg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'cdf41581-8c77-5234-b755-e988ecfa5aa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GM-279-ZG',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730691',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Citroën',
'model': 'C5',
'odometer': 88260,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 47,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3495499,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/f1e2ea01-962a-4bf5-aa5d-c031a3b389ba.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3379129,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/0ba51fde-dcdf-4a45-ab58-ad8e4dcb7d1e.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2954417,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/82ba01f4-ae1b-4cb9-9175-9cdaf8bf755d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3173985,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/b7250a4c-e86c-4c89-8626-fd7f5c71889e.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3051319,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/2efbed56-a422-412f-906e-8bb59e1044f4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2730431,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/8a24097e-4c58-427e-82fb-0315eda08eb2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2719808,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/83c2b006-fa93-4e5a-bfa4-aec8b47c2a02.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2478874,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/afcc7432-6453-4962-a01a-1b19302e05c1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2862446,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/aec73518-92df-4386-a737-3f1d0a7a9f5b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cdf41581-8c77-5234-b755-e988ecfa5aa0/cdf41581-8c77-5234-b755-e988ecfa5aa0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1827019,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729906/general/37550375-7c86-4b83-8c99-d06e6b7f4bba.jpeg',
'Width': 4032}],
'price': 10300,
'price_includes_vat': True,
'registration_date': '2023-03-25',
'seats_number': 5,
'seller_name': 'SAS COMPAGNIE PICARDE DE LOGISTIQUE AUTO',
'title': 'Citroën C5 X 1.2 Feel - Petrol - Automatic - 131 hp - 88.260 km',
'transmission': 'automatic',
'trim': 'Feel',
'vin': None,
'year': 2023}
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730691%27 HTTP/1.1" 200 None
2026-03-26 13:35:01 [adesa.fr] INFO: Saving data for 10730691: {'created_time': 1774532101.807001, 'last_price_update_time': 1774532101.807014, 'auction_closing_time': 1774609200.0}
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10730691') HTTP/1.1" 204 0
2026-03-26 13:35:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/5576a2bd-4e5e-40bb-a7e2-19da6772fc5c.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:35:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/04e7989b-2a4c-4846-a902-b13735230e75.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:35:01 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:01 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:01 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac602b950>
2026-03-26 13:35:01 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:01 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:01 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F5576a2bd-4e5e-40bb-a7e2-19da6772fc5c.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/5576a2bd-4e5e-40bb-a7e2-19da6772fc5c.jpeg saved to cache
2026-03-26 13:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:35:02 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:02 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:02 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac623a450>
2026-03-26 13:35:02 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:02 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:02 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F04e7989b-2a4c-4846-a902-b13735230e75.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/04e7989b-2a4c-4846-a902-b13735230e75.jpeg saved to cache
2026-03-26 13:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/690b7710-12b4-4742-a4ff-2885d39ed640.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:35:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6296c10>
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F690b7710-12b4-4742-a4ff-2885d39ed640.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/690b7710-12b4-4742-a4ff-2885d39ed640.jpeg saved to cache
2026-03-26 13:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/21c256c7-4cee-4144-881d-e954e0c3c501.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:35:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5edf650>
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F21c256c7-4cee-4144-881d-e954e0c3c501.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/21c256c7-4cee-4144-881d-e954e0c3c501.jpeg saved to cache
2026-03-26 13:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/6d77e157-071d-4e34-ab5f-83c5f6995b2d.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:35:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac610fd90>
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F6d77e157-071d-4e34-ab5f-83c5f6995b2d.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/6d77e157-071d-4e34-ab5f-83c5f6995b2d.jpeg saved to cache
2026-03-26 13:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:35:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/474f30bc-2d50-4f21-af31-7d61e391cab0.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:35:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/176d7e95-f6cd-4e0c-b2a4-237ee98d3a0a.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:35:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6243990>
2026-03-26 13:35:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F474f30bc-2d50-4f21-af31-7d61e391cab0.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/474f30bc-2d50-4f21-af31-7d61e391cab0.jpeg saved to cache
2026-03-26 13:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:35:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ea2450>
2026-03-26 13:35:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F176d7e95-f6cd-4e0c-b2a4-237ee98d3a0a.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/176d7e95-f6cd-4e0c-b2a4-237ee98d3a0a.jpeg saved to cache
2026-03-26 13:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:35:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5703390/general/0e1ec4fc-f5e8-479b-affa-4416062b82aa.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730688)
2026-03-26 13:35:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:35:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:35:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6242010>
2026-03-26 13:35:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:35:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:35:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:35:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5703390%252Fgeneral%252F0e1ec4fc-f5e8-479b-affa-4416062b82aa.jpeg') HTTP/1.1" 204 0
2026-03-26 13:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5703390/general/0e1ec4fc-f5e8-479b-affa-4416062b82aa.jpeg saved to cache
2026-03-26 13:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item bac1bef6-803f-5e8b-ad57-31648a84b867
2026-03-26 13:35:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bac1bef6-803f-5e8b-ad57-31648a84b867, skipping ID generation
2026-03-26 13:35:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bac1bef6-803f-5e8b-ad57-31648a84b867 with scrape type 1
2026-03-26 13:35:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bac1bef6-803f-5e8b-ad57-31648a84b867 sending to next pipeline
2026-03-26 13:35:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: bac1bef6-803f-5e8b-ad57-31648a84b867, identifier: 10730688
2026-03-26 13:35:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: bac1bef6-803f-5e8b-ad57-31648a84b867 with identifier: 10730688
2026-03-26 13:35:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: bac1bef6-803f-5e8b-ad57-31648a84b867 with identifier: 10730688
2026-03-26 13:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: bac1bef6-803f-5e8b-ad57-31648a84b867 with identifier: 10730688 to the API
2026-03-26 13:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:35:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:35:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5703390/general/0e1ec4fc-f5e8-479b-affa-4416062b82aa.jpeg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'bac1bef6-803f-5e8b-ad57-31648a84b867',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV-217-DN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730688',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Citroën',
'model': 'C5',
'odometer': 80172,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 46,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3227870,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/0e1ec4fc-f5e8-479b-affa-4416062b82aa.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3248098,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/176d7e95-f6cd-4e0c-b2a4-237ee98d3a0a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3626008,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/474f30bc-2d50-4f21-af31-7d61e391cab0.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3299808,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/6d77e157-071d-4e34-ab5f-83c5f6995b2d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2952354,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/21c256c7-4cee-4144-881d-e954e0c3c501.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3499287,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/690b7710-12b4-4742-a4ff-2885d39ed640.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2299645,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/5576a2bd-4e5e-40bb-a7e2-19da6772fc5c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2392234,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/04e7989b-2a4c-4846-a902-b13735230e75.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2271209,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/9dac81be-34ec-441a-a1c5-271541b3b37c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bac1bef6-803f-5e8b-ad57-31648a84b867/bac1bef6-803f-5e8b-ad57-31648a84b867_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2790807,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5703390/general/44e24127-b839-47fc-8baa-2acd091b900f.jpeg',
'Width': 4032}],
'price': 11100,
'price_includes_vat': True,
'registration_date': '2024-02-15',
'seats_number': 5,
'seller_name': 'SAS COMPAGNIE PICARDE DE LOGISTIQUE AUTO',
'title': 'Citroën C5 X 1.2 You - Petrol - Automatic - 131 hp - 80.172 km',
'transmission': 'automatic',
'trim': 'You',
'vin': None,
'year': 2024}
2026-03-26 13:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730688%27 HTTP/1.1" 200 None
2026-03-26 13:35:06 [adesa.fr] INFO: Saving data for 10730688: {'created_time': 1774532106.223516, 'last_price_update_time': 1774532106.223528, 'auction_closing_time': 1774609200.0}
2026-03-26 13:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10730688') HTTP/1.1" 204 0
2026-03-26 13:35:07 [scrapy.extensions.logstats] INFO: Crawled 48 pages (at 18 pages/min), scraped 45 items (at 18 items/min)
2026-03-26 13:35:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 13:35:20 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:35:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716482
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716482%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716482: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716482 url https://www.openlane.eu/en/carv6/auction/10716482
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716468
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716468%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716468: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716468 url https://www.openlane.eu/en/carv6/auction/10716468
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716469
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716469%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716469: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716469 url https://www.openlane.eu/en/carv6/auction/10716469
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716514
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716514%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716514: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716514 url https://www.openlane.eu/en/carv6/auction/10716514
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716529
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716529%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716529: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716529 url https://www.openlane.eu/en/carv6/auction/10716529
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716489
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716489%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716489: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716489 url https://www.openlane.eu/en/carv6/auction/10716489
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716523
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716523%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716523: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716523 url https://www.openlane.eu/en/carv6/auction/10716523
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716496
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716496%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716496: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716496 url https://www.openlane.eu/en/carv6/auction/10716496
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716498
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716498%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716498: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716498 url https://www.openlane.eu/en/carv6/auction/10716498
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716519
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716519%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716519: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716519 url https://www.openlane.eu/en/carv6/auction/10716519
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10724727
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724727%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10724727: 2
2026-03-26 13:35:20 [adesa.fr] INFO: Scraping item 10724727 url https://www.openlane.eu/en/carv6/auction/10724727
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716534
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716534%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716534: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716534 url https://www.openlane.eu/en/carv6/auction/10716534
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716503
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716503%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716503: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716503 url https://www.openlane.eu/en/carv6/auction/10716503
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10724728
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724728%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10724728: 2
2026-03-26 13:35:20 [adesa.fr] INFO: Scraping item 10724728 url https://www.openlane.eu/en/carv6/auction/10724728
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716517
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716517%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716517: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716517 url https://www.openlane.eu/en/carv6/auction/10716517
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716499
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716499%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716499: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716499 url https://www.openlane.eu/en/carv6/auction/10716499
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716490
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716490%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716490: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716490 url https://www.openlane.eu/en/carv6/auction/10716490
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716481
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716481%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716481: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716481 url https://www.openlane.eu/en/carv6/auction/10716481
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716521
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716521%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716521: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716521 url https://www.openlane.eu/en/carv6/auction/10716521
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716513
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716513%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716513: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716513 url https://www.openlane.eu/en/carv6/auction/10716513
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716527
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716527%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716527: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716527 url https://www.openlane.eu/en/carv6/auction/10716527
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10724720
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724720%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10724720: 2
2026-03-26 13:35:20 [adesa.fr] INFO: Scraping item 10724720 url https://www.openlane.eu/en/carv6/auction/10724720
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10728759
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728759%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10728759: 1
2026-03-26 13:35:20 [adesa.fr] INFO: Scraping item 10728759 url https://www.openlane.eu/en/carv6/auction/10728759
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10730689
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730689%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10730689: 1
2026-03-26 13:35:20 [adesa.fr] INFO: Scraping item 10730689 url https://www.openlane.eu/en/carv6/auction/10730689
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10730690
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730690%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10730690: 1
2026-03-26 13:35:20 [adesa.fr] INFO: Scraping item 10730690 url https://www.openlane.eu/en/carv6/auction/10730690
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716478
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716478%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716478: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716478 url https://www.openlane.eu/en/carv6/auction/10716478
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716470
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716470%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716470: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716470 url https://www.openlane.eu/en/carv6/auction/10716470
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716525
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716525%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716525: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716525 url https://www.openlane.eu/en/carv6/auction/10716525
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716508
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716508%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716508: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716508 url https://www.openlane.eu/en/carv6/auction/10716508
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716515
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716515%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716515: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716515 url https://www.openlane.eu/en/carv6/auction/10716515
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716495
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716495%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716495: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716495 url https://www.openlane.eu/en/carv6/auction/10716495
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716524
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716524%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716524: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716524 url https://www.openlane.eu/en/carv6/auction/10716524
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716539
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716539%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716539: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716539 url https://www.openlane.eu/en/carv6/auction/10716539
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716494
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716494%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716494: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716494 url https://www.openlane.eu/en/carv6/auction/10716494
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716549
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716549%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716549: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716549 url https://www.openlane.eu/en/carv6/auction/10716549
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716477
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716477%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716477: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716477 url https://www.openlane.eu/en/carv6/auction/10716477
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716471
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716471%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716471: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716471 url https://www.openlane.eu/en/carv6/auction/10716471
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716528
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716528%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716528: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716528 url https://www.openlane.eu/en/carv6/auction/10716528
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716543
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716543%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716543: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716543 url https://www.openlane.eu/en/carv6/auction/10716543
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716516
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716516%27 HTTP/1.1" 200 None
2026-03-26 13:35:20 [adesa.fr] INFO: Scrape type for 10716516: 0
2026-03-26 13:35:20 [adesa.fr] INFO: Skipping item 10716516 url https://www.openlane.eu/en/carv6/auction/10716516
2026-03-26 13:35:20 [adesa.fr] INFO: Found listing with ID: 10716506
2026-03-26 13:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716506%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716506: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716506 url https://www.openlane.eu/en/carv6/auction/10716506
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716512
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716512%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716512: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716512 url https://www.openlane.eu/en/carv6/auction/10716512
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716511
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716511%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716511: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716511 url https://www.openlane.eu/en/carv6/auction/10716511
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716487
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716487%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716487: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716487 url https://www.openlane.eu/en/carv6/auction/10716487
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10724725
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724725%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10724725: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10724725 url https://www.openlane.eu/en/carv6/auction/10724725
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10721435
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721435%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10721435: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10721435 url https://www.openlane.eu/en/carv6/auction/10721435
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716538
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716538%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716538: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716538 url https://www.openlane.eu/en/carv6/auction/10716538
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716532
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716532%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716532: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716532 url https://www.openlane.eu/en/carv6/auction/10716532
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716535
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716535%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716535: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716535 url https://www.openlane.eu/en/carv6/auction/10716535
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716518
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716518%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716518: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716518 url https://www.openlane.eu/en/carv6/auction/10716518
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716526
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716526%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716526: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716526 url https://www.openlane.eu/en/carv6/auction/10716526
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716479
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716479%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716479: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716479 url https://www.openlane.eu/en/carv6/auction/10716479
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10728760
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728760%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10728760: 1
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10728760 url https://www.openlane.eu/en/carv6/auction/10728760
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716541
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716541%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716541: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716541 url https://www.openlane.eu/en/carv6/auction/10716541
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716472
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716472%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716472: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716472 url https://www.openlane.eu/en/carv6/auction/10716472
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716473
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716473%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716473: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716473 url https://www.openlane.eu/en/carv6/auction/10716473
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716480
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716480%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716480: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716480 url https://www.openlane.eu/en/carv6/auction/10716480
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10716520
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716520%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10716520: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10716520 url https://www.openlane.eu/en/carv6/auction/10716520
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10448653
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710448653%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10448653: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10448653 url https://www.openlane.eu/en/carv6/auction/10448653
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10620841
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710620841%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10620841: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10620841 url https://www.openlane.eu/en/carv6/auction/10620841
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10620845
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710620845%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10620845: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10620845 url https://www.openlane.eu/en/carv6/auction/10620845
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10448654
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710448654%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10448654: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10448654 url https://www.openlane.eu/en/carv6/auction/10448654
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10442556
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710442556%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10442556: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10442556 url https://www.openlane.eu/en/carv6/auction/10442556
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10579600
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710579600%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10579600: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10579600 url https://www.openlane.eu/en/carv6/auction/10579600
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10579603
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710579603%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10579603: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10579603 url https://www.openlane.eu/en/carv6/auction/10579603
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10383756
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710383756%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10383756: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10383756 url https://www.openlane.eu/en/carv6/auction/10383756
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10579601
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710579601%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10579601: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10579601 url https://www.openlane.eu/en/carv6/auction/10579601
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10674348
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710674348%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10674348: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10674348 url https://www.openlane.eu/en/carv6/auction/10674348
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10674347
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710674347%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10674347: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10674347 url https://www.openlane.eu/en/carv6/auction/10674347
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10475641
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710475641%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10475641: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10475641 url https://www.openlane.eu/en/carv6/auction/10475641
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10579602
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710579602%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10579602: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10579602 url https://www.openlane.eu/en/carv6/auction/10579602
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10470435
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710470435%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10470435: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10470435 url https://www.openlane.eu/en/carv6/auction/10470435
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10543584
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710543584%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10543584: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10543584 url https://www.openlane.eu/en/carv6/auction/10543584
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10724801
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724801%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10724801: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10724801 url https://www.openlane.eu/en/carv6/auction/10724801
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10685651
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710685651%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10685651: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10685651 url https://www.openlane.eu/en/carv6/auction/10685651
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10717100
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710717100%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10717100: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10717100 url https://www.openlane.eu/en/carv6/auction/10717100
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10695921
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710695921%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10695921: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10695921 url https://www.openlane.eu/en/carv6/auction/10695921
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10405352
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710405352%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10405352: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10405352 url https://www.openlane.eu/en/carv6/auction/10405352
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10405349
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710405349%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10405349: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10405349 url https://www.openlane.eu/en/carv6/auction/10405349
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10405348
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710405348%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10405348: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10405348 url https://www.openlane.eu/en/carv6/auction/10405348
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10552553
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710552553%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10552553: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10552553 url https://www.openlane.eu/en/carv6/auction/10552553
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10698902
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698902%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10698902: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10698902 url https://www.openlane.eu/en/carv6/auction/10698902
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10698904
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698904%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10698904: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10698904 url https://www.openlane.eu/en/carv6/auction/10698904
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10698905
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698905%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10698905: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10698905 url https://www.openlane.eu/en/carv6/auction/10698905
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10698906
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698906%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10698906: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10698906 url https://www.openlane.eu/en/carv6/auction/10698906
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10691264
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710691264%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10691264: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10691264 url https://www.openlane.eu/en/carv6/auction/10691264
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10626560
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710626560%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10626560: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10626560 url https://www.openlane.eu/en/carv6/auction/10626560
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10647381
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710647381%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10647381: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10647381 url https://www.openlane.eu/en/carv6/auction/10647381
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10674191
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710674191%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10674191: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10674191 url https://www.openlane.eu/en/carv6/auction/10674191
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10631532
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710631532%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10631532: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10631532 url https://www.openlane.eu/en/carv6/auction/10631532
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10627081
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710627081%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10627081: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10627081 url https://www.openlane.eu/en/carv6/auction/10627081
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10627983
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710627983%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10627983: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10627983 url https://www.openlane.eu/en/carv6/auction/10627983
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10676819
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710676819%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10676819: 0
2026-03-26 13:35:21 [adesa.fr] INFO: Skipping item 10676819 url https://www.openlane.eu/en/carv6/auction/10676819
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10698040
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698040%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10698040: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10698040 url https://www.openlane.eu/en/carv6/auction/10698040
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10698054
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698054%27 HTTP/1.1" 200 None
2026-03-26 13:35:21 [adesa.fr] INFO: Scrape type for 10698054: 2
2026-03-26 13:35:21 [adesa.fr] INFO: Scraping item 10698054 url https://www.openlane.eu/en/carv6/auction/10698054
2026-03-26 13:35:21 [adesa.fr] INFO: Found listing with ID: 10722721
2026-03-26 13:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722721%27 HTTP/1.1" 200 None
2026-03-26 13:35:22 [adesa.fr] INFO: Scrape type for 10722721: 2
2026-03-26 13:35:22 [adesa.fr] INFO: Scraping item 10722721 url https://www.openlane.eu/en/carv6/auction/10722721
2026-03-26 13:35:22 [adesa.fr] INFO: Found listing with ID: 10646224
2026-03-26 13:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710646224%27 HTTP/1.1" 200 None
2026-03-26 13:35:22 [adesa.fr] INFO: Scrape type for 10646224: 0
2026-03-26 13:35:22 [adesa.fr] INFO: Skipping item 10646224 url https://www.openlane.eu/en/carv6/auction/10646224
2026-03-26 13:35:22 [adesa.fr] INFO: Found listing with ID: 10667468
2026-03-26 13:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710667468%27 HTTP/1.1" 200 None
2026-03-26 13:35:22 [adesa.fr] INFO: Scrape type for 10667468: 0
2026-03-26 13:35:22 [adesa.fr] INFO: Skipping item 10667468 url https://www.openlane.eu/en/carv6/auction/10667468
2026-03-26 13:35:22 [adesa.fr] INFO: Found listing with ID: 10666205
2026-03-26 13:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710666205%27 HTTP/1.1" 200 None
2026-03-26 13:35:22 [adesa.fr] INFO: Scrape type for 10666205: 0
2026-03-26 13:35:22 [adesa.fr] INFO: Skipping item 10666205 url https://www.openlane.eu/en/carv6/auction/10666205
2026-03-26 13:35:22 [adesa.fr] INFO: Found listing with ID: 10493049
2026-03-26 13:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710493049%27 HTTP/1.1" 200 None
2026-03-26 13:35:22 [adesa.fr] INFO: Scrape type for 10493049: 0
2026-03-26 13:35:22 [adesa.fr] INFO: Skipping item 10493049 url https://www.openlane.eu/en/carv6/auction/10493049
2026-03-26 13:35:29 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.898(s), this was the 1st time calling it.
2026-03-26 13:35:29 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.845505020430737 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:35:29 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.830(s), this was the 1st time calling it.
2026-03-26 13:35:29 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.245358586061983 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:35:29 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.931(s), this was the 1st time calling it.
2026-03-26 13:35:29 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.759777200217802 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:35:29 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.864(s), this was the 1st time calling it.
2026-03-26 13:35:29 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.3445453998752934 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:35:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724718> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:35:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:35:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ab5fece-c0aa-5b95-ae42-7305def17bf3 with identifier: 10724718
2026-03-26 13:35:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ab5fece-c0aa-5b95-ae42-7305def17bf3 with scrape type 2
2026-03-26 13:35:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ab5fece-c0aa-5b95-ae42-7305def17bf3 with scrape type 2
2026-03-26 13:35:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 9ab5fece-c0aa-5b95-ae42-7305def17bf3, identifier: 10724718
2026-03-26 13:35:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 9ab5fece-c0aa-5b95-ae42-7305def17bf3 with identifier: 10724718
2026-03-26 13:35:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 9ab5fece-c0aa-5b95-ae42-7305def17bf3 with identifier: 10724718
2026-03-26 13:35:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 9ab5fece-c0aa-5b95-ae42-7305def17bf3 with identifier: 10724718 to the API
2026-03-26 13:35:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:35:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724718>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Hybrid',
'id': '9ab5fece-c0aa-5b95-ae42-7305def17bf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GH821JC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724718',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Citroën',
'model': 'C5',
'odometer': 165805,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 7500,
'price_includes_vat': True,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': 'ARVAL SERVICE LEASE',
'title': 'Citroën C5 Aircross 1.6 Business - Hybrid - Automatic - 181 hp - '
'165.805 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-26 13:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724718%27 HTTP/1.1" 200 None
2026-03-26 13:35:33 [adesa.fr] INFO: Saving data for 10724718: {'auction_closing_time': 1774609200.0, 'created_time': 1774445583.430522, 'last_price_update_time': 1774532133.07593}
2026-03-26 13:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724718') HTTP/1.1" 204 0
2026-03-26 13:35:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:35:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723778> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:35:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:35:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77b578a3-054c-53c6-b4ca-4a96b02e726a with identifier: 10723778
2026-03-26 13:35:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77b578a3-054c-53c6-b4ca-4a96b02e726a with scrape type 2
2026-03-26 13:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77b578a3-054c-53c6-b4ca-4a96b02e726a with scrape type 2
2026-03-26 13:35:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 77b578a3-054c-53c6-b4ca-4a96b02e726a, identifier: 10723778
2026-03-26 13:35:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 77b578a3-054c-53c6-b4ca-4a96b02e726a with identifier: 10723778
2026-03-26 13:35:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 77b578a3-054c-53c6-b4ca-4a96b02e726a with identifier: 10723778
2026-03-26 13:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 77b578a3-054c-53c6-b4ca-4a96b02e726a with identifier: 10723778 to the API
2026-03-26 13:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:35:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723778>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Diesel',
'id': '77b578a3-054c-53c6-b4ca-4a96b02e726a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GA265VW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723778',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Citroën',
'model': 'C4',
'odometer': 124454,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 10300,
'price_includes_vat': True,
'registration_date': '2021-07-20',
'seats_number': 7,
'seller_name': None,
'title': 'Citroën C4 Grand Spacetourer 1.5 HDI Attraction - Diesel - '
'Automatic - 130 hp - 124.454 km',
'transmission': 'automatic',
'trim': 'Attraction',
'vin': None,
'year': 2021}
2026-03-26 13:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723778%27 HTTP/1.1" 200 None
2026-03-26 13:35:34 [adesa.fr] INFO: Saving data for 10723778: {'auction_closing_time': 1774599000.0, 'created_time': 1774445423.580153, 'last_price_update_time': 1774532134.708377}
2026-03-26 13:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723778') HTTP/1.1" 204 0
2026-03-26 13:35:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:35:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724721> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:35:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff6fc078-347c-5a23-841f-d3d8cfffd842 with identifier: 10724721
2026-03-26 13:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff6fc078-347c-5a23-841f-d3d8cfffd842 with scrape type 2
2026-03-26 13:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff6fc078-347c-5a23-841f-d3d8cfffd842 with scrape type 2
2026-03-26 13:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: ff6fc078-347c-5a23-841f-d3d8cfffd842, identifier: 10724721
2026-03-26 13:35:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: ff6fc078-347c-5a23-841f-d3d8cfffd842 with identifier: 10724721
2026-03-26 13:35:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: ff6fc078-347c-5a23-841f-d3d8cfffd842 with identifier: 10724721
2026-03-26 13:35:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: ff6fc078-347c-5a23-841f-d3d8cfffd842 with identifier: 10724721 to the API
2026-03-26 13:35:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:35:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:35:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724721>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'ff6fc078-347c-5a23-841f-d3d8cfffd842',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV-143-DN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724721',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Citroën',
'model': 'C4',
'odometer': 93511,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9100,
'price_includes_vat': True,
'registration_date': '2024-02-15',
'seats_number': 5,
'seller_name': 'SAS COMPAGNIE PICARDE DE LOGISTIQUE AUTO',
'title': 'Citroën C4 1.2 Plus - Petrol - Automatic - 131 hp - 93.511 km',
'transmission': 'automatic',
'trim': 'Plus',
'vin': None,
'year': 2024}
2026-03-26 13:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724721%27 HTTP/1.1" 200 None
2026-03-26 13:35:36 [adesa.fr] INFO: Saving data for 10724721: {'auction_closing_time': 1774609200.0, 'created_time': 1774445587.17822, 'last_price_update_time': 1774532136.147313}
2026-03-26 13:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724721') HTTP/1.1" 204 0
2026-03-26 13:35:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:35:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:35:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724724> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:35:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:35:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3843fdfa-f4d9-5731-ae00-6bfa9909b3d5 with identifier: 10724724
2026-03-26 13:35:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3843fdfa-f4d9-5731-ae00-6bfa9909b3d5 with scrape type 2
2026-03-26 13:35:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3843fdfa-f4d9-5731-ae00-6bfa9909b3d5 with scrape type 2
2026-03-26 13:35:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 3843fdfa-f4d9-5731-ae00-6bfa9909b3d5, identifier: 10724724
2026-03-26 13:35:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 3843fdfa-f4d9-5731-ae00-6bfa9909b3d5 with identifier: 10724724
2026-03-26 13:35:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 3843fdfa-f4d9-5731-ae00-6bfa9909b3d5 with identifier: 10724724
2026-03-26 13:35:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 3843fdfa-f4d9-5731-ae00-6bfa9909b3d5 with identifier: 10724724 to the API
2026-03-26 13:35:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:35:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:35:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724724>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': 'MPV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '3843fdfa-f4d9-5731-ae00-6bfa9909b3d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP801XN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724724',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Citroën',
'model': 'C4',
'odometer': 179538,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 6100,
'price_includes_vat': True,
'registration_date': '2020-05-19',
'seats_number': 7,
'seller_name': 'Arval Fleet Services',
'title': 'Citroën C4 Grand Picasso 1.5 HDI Business - Diesel - Automatic - '
'130 hp - 179.538 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2020}
2026-03-26 13:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724724%27 HTTP/1.1" 200 None
2026-03-26 13:35:42 [adesa.fr] INFO: Saving data for 10724724: {'auction_closing_time': 1774609200.0, 'created_time': 1774445576.764563, 'last_price_update_time': 1774532142.853537}
2026-03-26 13:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724724') HTTP/1.1" 204 0
2026-03-26 13:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723761> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:35:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e669448c-26fb-57b0-956e-804e14359b04 with identifier: 10723761
2026-03-26 13:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e669448c-26fb-57b0-956e-804e14359b04 with scrape type 2
2026-03-26 13:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e669448c-26fb-57b0-956e-804e14359b04 with scrape type 2
2026-03-26 13:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: e669448c-26fb-57b0-956e-804e14359b04, identifier: 10723761
2026-03-26 13:35:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: e669448c-26fb-57b0-956e-804e14359b04 with identifier: 10723761
2026-03-26 13:35:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: e669448c-26fb-57b0-956e-804e14359b04 with identifier: 10723761
2026-03-26 13:35:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: e669448c-26fb-57b0-956e-804e14359b04 with identifier: 10723761 to the API
2026-03-26 13:35:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:35:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:35:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723761>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': 'Saloon',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 394,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Hybrid',
'id': 'e669448c-26fb-57b0-956e-804e14359b04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FV-491-VH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723761',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': '7 Series',
'odometer': 17702,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 47500,
'price_includes_vat': True,
'registration_date': '2020-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 7 Series 745e Executive - Hybrid - Automatic - 394 hp - 17.702 '
'km',
'transmission': 'automatic',
'trim': 'Executive',
'vin': None,
'year': 2020}
2026-03-26 13:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723761%27 HTTP/1.1" 200 None
2026-03-26 13:35:43 [adesa.fr] INFO: Saving data for 10723761: {'auction_closing_time': 1774599000.0, 'created_time': 1774445425.821894, 'last_price_update_time': 1774532143.705042}
2026-03-26 13:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723761') HTTP/1.1" 204 0
2026-03-26 13:35:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724726> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:35:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d944f6dc-1902-5a5a-af4f-154265ba13fb with identifier: 10724726
2026-03-26 13:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d944f6dc-1902-5a5a-af4f-154265ba13fb with scrape type 2
2026-03-26 13:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d944f6dc-1902-5a5a-af4f-154265ba13fb with scrape type 2
2026-03-26 13:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: d944f6dc-1902-5a5a-af4f-154265ba13fb, identifier: 10724726
2026-03-26 13:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: d944f6dc-1902-5a5a-af4f-154265ba13fb with identifier: 10724726
2026-03-26 13:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: d944f6dc-1902-5a5a-af4f-154265ba13fb with identifier: 10724726
2026-03-26 13:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: d944f6dc-1902-5a5a-af4f-154265ba13fb with identifier: 10724726 to the API
2026-03-26 13:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:35:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724726>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'd944f6dc-1902-5a5a-af4f-154265ba13fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FZ999AE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724726',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Citroën',
'model': 'C4',
'odometer': 102271,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 6600,
'price_includes_vat': True,
'registration_date': '2021-05-03',
'seats_number': 7,
'seller_name': 'ARVAL SERVICE LEASE',
'title': 'Citroën C4 Grand Picasso 1.2i Business - Petrol - Automatic - 130 '
'hp - 102.271 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-26 13:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724726%27 HTTP/1.1" 200 None
2026-03-26 13:35:49 [adesa.fr] INFO: Saving data for 10724726: {'auction_closing_time': 1774609200.0, 'created_time': 1774445613.218548, 'last_price_update_time': 1774532149.682092}
2026-03-26 13:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724726') HTTP/1.1" 204 0
2026-03-26 13:35:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730919> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:35:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:35:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4e9d7be-b276-5b94-b691-b07552a0305e with identifier: 10730919
2026-03-26 13:35:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4e9d7be-b276-5b94-b691-b07552a0305e with scrape type 1
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b4e9d7be-b276-5b94-b691-b07552a0305e
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252F1dfba7ff-e21b-4637-b177-7760c6381154.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/1dfba7ff-e21b-4637-b177-7760c6381154.jpg already downloaded
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252Fa8b539ef-559f-4ed3-8607-30e276b60c66.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/a8b539ef-559f-4ed3-8607-30e276b60c66.jpg already downloaded
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252F8248a5bb-0e54-4bfe-8ba5-33b23a4cf40f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/8248a5bb-0e54-4bfe-8ba5-33b23a4cf40f.jpg already downloaded
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252F7e5308f5-0c2b-4540-919b-8470d5c8e7a5.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/7e5308f5-0c2b-4540-919b-8470d5c8e7a5.jpg already downloaded
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252F15c68e57-19bf-4e20-a2bb-fe8954236b49.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/15c68e57-19bf-4e20-a2bb-fe8954236b49.jpg already downloaded
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252Fcddd890f-e963-4125-8a33-082ce5f12191.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/cddd890f-e963-4125-8a33-082ce5f12191.jpg already downloaded
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252F3a856346-a11d-4400-8624-34ab35b4125e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/3a856346-a11d-4400-8624-34ab35b4125e.jpg already downloaded
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252Ff59711bb-2397-4e1c-83d5-62a7cf06144d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/f59711bb-2397-4e1c-83d5-62a7cf06144d.jpg already downloaded
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252Fddcc7cb0-ce7d-4f0d-b728-aa6b98786a22.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/ddcc7cb0-ce7d-4f0d-b728-aa6b98786a22.jpg already downloaded
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5715734%252Fgeneral%252Fc47708f6-1008-451f-8a11-833518d06251.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5715734/general/c47708f6-1008-451f-8a11-833518d06251.jpg already downloaded
2026-03-26 13:35:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: b4e9d7be-b276-5b94-b691-b07552a0305e, identifier: 10730919
2026-03-26 13:35:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: b4e9d7be-b276-5b94-b691-b07552a0305e with identifier: 10730919
2026-03-26 13:35:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: b4e9d7be-b276-5b94-b691-b07552a0305e with identifier: 10730919
2026-03-26 13:35:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: b4e9d7be-b276-5b94-b691-b07552a0305e with identifier: 10730919 to the API
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:35:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:35:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10730919>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 75,
'expiration_date': '2026-03-30T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'b4e9d7be-b276-5b94-b691-b07552a0305e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'FP-005-CW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730919',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Renault',
'model': 'Clio',
'odometer': 108092,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 37,
'photo_urls': ['https://images.openlane.eu/carimgs/5715734/general/1dfba7ff-e21b-4637-b177-7760c6381154.jpg',
'https://images.openlane.eu/carimgs/5715734/general/a8b539ef-559f-4ed3-8607-30e276b60c66.jpg',
'https://images.openlane.eu/carimgs/5715734/general/8248a5bb-0e54-4bfe-8ba5-33b23a4cf40f.jpg',
'https://images.openlane.eu/carimgs/5715734/general/7e5308f5-0c2b-4540-919b-8470d5c8e7a5.jpg',
'https://images.openlane.eu/carimgs/5715734/general/15c68e57-19bf-4e20-a2bb-fe8954236b49.jpg',
'https://images.openlane.eu/carimgs/5715734/general/cddd890f-e963-4125-8a33-082ce5f12191.jpg',
'https://images.openlane.eu/carimgs/5715734/general/3a856346-a11d-4400-8624-34ab35b4125e.jpg',
'https://images.openlane.eu/carimgs/5715734/general/f59711bb-2397-4e1c-83d5-62a7cf06144d.jpg',
'https://images.openlane.eu/carimgs/5715734/general/ddcc7cb0-ce7d-4f0d-b728-aa6b98786a22.jpg',
'https://images.openlane.eu/carimgs/5715734/general/c47708f6-1008-451f-8a11-833518d06251.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 131580,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/1dfba7ff-e21b-4637-b177-7760c6381154.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 130594,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/a8b539ef-559f-4ed3-8607-30e276b60c66.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 132916,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/8248a5bb-0e54-4bfe-8ba5-33b23a4cf40f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136184,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/7e5308f5-0c2b-4540-919b-8470d5c8e7a5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109975,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/15c68e57-19bf-4e20-a2bb-fe8954236b49.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114766,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/cddd890f-e963-4125-8a33-082ce5f12191.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96031,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/3a856346-a11d-4400-8624-34ab35b4125e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 111441,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/f59711bb-2397-4e1c-83d5-62a7cf06144d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82992,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/ddcc7cb0-ce7d-4f0d-b728-aa6b98786a22.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b4e9d7be-b276-5b94-b691-b07552a0305e/b4e9d7be-b276-5b94-b691-b07552a0305e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 93070,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5715734/general/c47708f6-1008-451f-8a11-833518d06251.jpg',
'Width': 1024}],
'price': 3300,
'price_includes_vat': True,
'registration_date': '2020-02-28',
'seats_number': 2,
'seller_name': 'ALD AUTOMOTIVE FRANCE SA',
'title': 'Renault Clio 1.0 Air - Petrol - Manual - 75 hp - 108.092 km',
'transmission': 'manual',
'trim': 'Air',
'vin': None,
'year': 2020}
2026-03-26 13:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730919%27 HTTP/1.1" 200 None
2026-03-26 13:35:54 [adesa.fr] INFO: Saving data for 10730919: {'created_time': 1774532154.03363, 'last_price_update_time': 1774532154.033642, 'auction_closing_time': 1774868400.0}
2026-03-26 13:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10730919') HTTP/1.1" 204 0
2026-03-26 13:36:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728761> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3c6b057-fd3b-5b97-aadd-827041cb14c5 with identifier: 10728761
2026-03-26 13:36:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3c6b057-fd3b-5b97-aadd-827041cb14c5 with scrape type 1
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e3c6b057-fd3b-5b97-aadd-827041cb14c5
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252Feff3154b-9127-42b0-9c69-c1c42185c453.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/eff3154b-9127-42b0-9c69-c1c42185c453.jpg already downloaded
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252Feaf745bf-77f3-4d06-b989-a6dbc16d6dcb.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/eaf745bf-77f3-4d06-b989-a6dbc16d6dcb.jpg already downloaded
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252F85a32e60-9f1e-4f56-9abc-6d1bbfa08887.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/85a32e60-9f1e-4f56-9abc-6d1bbfa08887.jpg already downloaded
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252Fe56e12ab-3e1d-42a2-87fc-9a240b7238f7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/e56e12ab-3e1d-42a2-87fc-9a240b7238f7.jpg already downloaded
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252Fa8ec79d7-11e8-44e4-bee4-884e3b86c55f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/a8ec79d7-11e8-44e4-bee4-884e3b86c55f.jpg already downloaded
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252F493bd4ff-ecfa-40c4-8a04-14e628c6c5f3.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/493bd4ff-ecfa-40c4-8a04-14e628c6c5f3.jpg already downloaded
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252F3973946d-23bc-4048-9c5c-3e670239ce68.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/3973946d-23bc-4048-9c5c-3e670239ce68.jpg already downloaded
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252Ffd2adbeb-9e3b-4917-8218-756182092613.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/fd2adbeb-9e3b-4917-8218-756182092613.jpg already downloaded
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252Fe797fd9b-119e-420c-b274-5ef0c41292dc.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/e797fd9b-119e-420c-b274-5ef0c41292dc.jpg already downloaded
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741755%252Fgeneral%252F6bfe3125-4bd1-4fe4-b1d9-18aaf6ed9efc.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741755/general/6bfe3125-4bd1-4fe4-b1d9-18aaf6ed9efc.jpg already downloaded
2026-03-26 13:36:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: e3c6b057-fd3b-5b97-aadd-827041cb14c5, identifier: 10728761
2026-03-26 13:36:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: e3c6b057-fd3b-5b97-aadd-827041cb14c5 with identifier: 10728761
2026-03-26 13:36:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: e3c6b057-fd3b-5b97-aadd-827041cb14c5 with identifier: 10728761
2026-03-26 13:36:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: e3c6b057-fd3b-5b97-aadd-827041cb14c5 with identifier: 10728761 to the API
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728761>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'e3c6b057-fd3b-5b97-aadd-827041cb14c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GB658HQ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728761',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'BMW',
'model': '3 Series',
'odometer': 99867,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 94,
'photo_urls': ['https://images.openlane.eu/carimgs/5741755/general/eff3154b-9127-42b0-9c69-c1c42185c453.jpg',
'https://images.openlane.eu/carimgs/5741755/general/eaf745bf-77f3-4d06-b989-a6dbc16d6dcb.jpg',
'https://images.openlane.eu/carimgs/5741755/general/85a32e60-9f1e-4f56-9abc-6d1bbfa08887.jpg',
'https://images.openlane.eu/carimgs/5741755/general/e56e12ab-3e1d-42a2-87fc-9a240b7238f7.jpg',
'https://images.openlane.eu/carimgs/5741755/general/a8ec79d7-11e8-44e4-bee4-884e3b86c55f.jpg',
'https://images.openlane.eu/carimgs/5741755/general/493bd4ff-ecfa-40c4-8a04-14e628c6c5f3.jpg',
'https://images.openlane.eu/carimgs/5741755/general/3973946d-23bc-4048-9c5c-3e670239ce68.jpg',
'https://images.openlane.eu/carimgs/5741755/general/fd2adbeb-9e3b-4917-8218-756182092613.jpg',
'https://images.openlane.eu/carimgs/5741755/general/e797fd9b-119e-420c-b274-5ef0c41292dc.jpg',
'https://images.openlane.eu/carimgs/5741755/general/6bfe3125-4bd1-4fe4-b1d9-18aaf6ed9efc.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162837,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/eff3154b-9127-42b0-9c69-c1c42185c453.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167216,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/eaf745bf-77f3-4d06-b989-a6dbc16d6dcb.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158722,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/85a32e60-9f1e-4f56-9abc-6d1bbfa08887.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157420,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/e56e12ab-3e1d-42a2-87fc-9a240b7238f7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96285,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/a8ec79d7-11e8-44e4-bee4-884e3b86c55f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110275,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/493bd4ff-ecfa-40c4-8a04-14e628c6c5f3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109281,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/3973946d-23bc-4048-9c5c-3e670239ce68.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95690,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/fd2adbeb-9e3b-4917-8218-756182092613.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100577,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/e797fd9b-119e-420c-b274-5ef0c41292dc.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e3c6b057-fd3b-5b97-aadd-827041cb14c5/e3c6b057-fd3b-5b97-aadd-827041cb14c5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109271,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741755/general/6bfe3125-4bd1-4fe4-b1d9-18aaf6ed9efc.jpg',
'Width': 1024}],
'price': 19000,
'price_includes_vat': True,
'registration_date': '2021-08-20',
'seats_number': 5,
'seller_name': 'LOUVEO (Arval)',
'title': 'BMW 3 Series 318d M Sport - Diesel - Automatic - 150 hp - 99.867 km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2021}
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728761%27 HTTP/1.1" 200 None
2026-03-26 13:36:02 [adesa.fr] INFO: Saving data for 10728761: {'created_time': 1774532162.981632, 'last_price_update_time': 1774532162.981643, 'auction_closing_time': 1774609200.0}
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728761') HTTP/1.1" 204 0
2026-03-26 13:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10722088> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1c713f2-b72e-5fda-a7f0-21e2b11e0a77 with identifier: 10722088
2026-03-26 13:36:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1c713f2-b72e-5fda-a7f0-21e2b11e0a77 with scrape type 2
2026-03-26 13:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1c713f2-b72e-5fda-a7f0-21e2b11e0a77 with scrape type 2
2026-03-26 13:36:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: f1c713f2-b72e-5fda-a7f0-21e2b11e0a77, identifier: 10722088
2026-03-26 13:36:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: f1c713f2-b72e-5fda-a7f0-21e2b11e0a77 with identifier: 10722088
2026-03-26 13:36:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: f1c713f2-b72e-5fda-a7f0-21e2b11e0a77 with identifier: 10722088
2026-03-26 13:36:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: f1c713f2-b72e-5fda-a7f0-21e2b11e0a77 with identifier: 10722088 to the API
2026-03-26 13:36:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10722088>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'f1c713f2-b72e-5fda-a7f0-21e2b11e0a77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV-762-DQ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10722088',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 121,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 20500,
'price_includes_vat': True,
'registration_date': '2024-02-15',
'seats_number': 5,
'seller_name': 'ALD Automotive',
'title': 'Skoda Superb Combi 2.0 TDI - Diesel - Automatic - 150 hp - 121 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 13:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722088%27 HTTP/1.1" 200 None
2026-03-26 13:36:03 [adesa.fr] INFO: Saving data for 10722088: {'auction_closing_time': 1774609200.0, 'created_time': 1774445587.96482, 'last_price_update_time': 1774532163.618857}
2026-03-26 13:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10722088') HTTP/1.1" 204 0
2026-03-26 13:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723701> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cd0184c-ee69-5504-9a99-e5815903aeaa with identifier: 10723701
2026-03-26 13:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd0184c-ee69-5504-9a99-e5815903aeaa with scrape type 2
2026-03-26 13:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cd0184c-ee69-5504-9a99-e5815903aeaa with scrape type 2
2026-03-26 13:36:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 7cd0184c-ee69-5504-9a99-e5815903aeaa, identifier: 10723701
2026-03-26 13:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 7cd0184c-ee69-5504-9a99-e5815903aeaa with identifier: 10723701
2026-03-26 13:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 7cd0184c-ee69-5504-9a99-e5815903aeaa with identifier: 10723701
2026-03-26 13:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 7cd0184c-ee69-5504-9a99-e5815903aeaa with identifier: 10723701 to the API
2026-03-26 13:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723701>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 292,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Hybrid',
'id': '7cd0184c-ee69-5504-9a99-e5815903aeaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GB-688-PT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723701',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'BMW',
'model': 'X3',
'odometer': 144876,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 20800,
'price_includes_vat': True,
'registration_date': '2021-09-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 30e M Sport - xDrive - Hybrid - Automatic - 292 hp - 144.876 '
'km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2021}
2026-03-26 13:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723701%27 HTTP/1.1" 200 None
2026-03-26 13:36:06 [adesa.fr] INFO: Saving data for 10723701: {'auction_closing_time': 1774599000.0, 'created_time': 1774445433.752606, 'last_price_update_time': 1774532166.666626}
2026-03-26 13:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723701') HTTP/1.1" 204 0
2026-03-26 13:36:07 [scrapy.extensions.logstats] INFO: Crawled 59 pages (at 11 pages/min), scraped 55 items (at 10 items/min)
2026-03-26 13:36:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 13:36:08 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10497191
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710497191%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10497191: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10497191 url https://www.openlane.eu/en/carv6/auction/10497191
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10675010
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710675010%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10675010: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10675010 url https://www.openlane.eu/en/carv6/auction/10675010
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10675009
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710675009%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10675009: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10675009 url https://www.openlane.eu/en/carv6/auction/10675009
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10695475
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710695475%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10695475: 2
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10695475 url https://www.openlane.eu/en/carv6/auction/10695475
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10653814
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710653814%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10653814: 2
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10653814 url https://www.openlane.eu/en/carv6/auction/10653814
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10707921
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710707921%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10707921: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10707921 url https://www.openlane.eu/en/carv6/auction/10707921
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10696362
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710696362%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10696362: 2
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10696362 url https://www.openlane.eu/en/carv6/auction/10696362
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10406264
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710406264%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10406264: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10406264 url https://www.openlane.eu/en/carv6/auction/10406264
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10708002
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710708002%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10708002: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10708002 url https://www.openlane.eu/en/carv6/auction/10708002
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10717043
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710717043%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10717043: 2
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10717043 url https://www.openlane.eu/en/carv6/auction/10717043
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10724173
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724173%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10724173: 1
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10724173 url https://www.openlane.eu/en/carv6/auction/10724173
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10728852
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728852%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10728852: 1
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10728852 url https://www.openlane.eu/en/carv6/auction/10728852
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10691965
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710691965%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10691965: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10691965 url https://www.openlane.eu/en/carv6/auction/10691965
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10405347
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710405347%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10405347: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10405347 url https://www.openlane.eu/en/carv6/auction/10405347
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10583767
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710583767%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10583767: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10583767 url https://www.openlane.eu/en/carv6/auction/10583767
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10405345
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710405345%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10405345: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10405345 url https://www.openlane.eu/en/carv6/auction/10405345
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10655718
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710655718%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10655718: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10655718 url https://www.openlane.eu/en/carv6/auction/10655718
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10532900
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710532900%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10532900: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10532900 url https://www.openlane.eu/en/carv6/auction/10532900
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10691961
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710691961%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10691961: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10691961 url https://www.openlane.eu/en/carv6/auction/10691961
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10405353
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710405353%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10405353: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10405353 url https://www.openlane.eu/en/carv6/auction/10405353
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10641918
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710641918%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10641918: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10641918 url https://www.openlane.eu/en/carv6/auction/10641918
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10722731
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722731%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10722731: 2
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10722731 url https://www.openlane.eu/en/carv6/auction/10722731
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10727623
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710727623%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10727623: 1
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10727623 url https://www.openlane.eu/en/carv6/auction/10727623
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10728850
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728850%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10728850: 1
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10728850 url https://www.openlane.eu/en/carv6/auction/10728850
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10721366
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721366%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10721366: 2
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10721366 url https://www.openlane.eu/en/carv6/auction/10721366
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10721606
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721606%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10721606: 2
2026-03-26 13:36:08 [adesa.fr] INFO: Scraping item 10721606 url https://www.openlane.eu/en/carv6/auction/10721606
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10676050
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710676050%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10676050: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10676050 url https://www.openlane.eu/en/carv6/auction/10676050
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10630790
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710630790%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10630790: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10630790 url https://www.openlane.eu/en/carv6/auction/10630790
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10633066
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710633066%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10633066: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10633066 url https://www.openlane.eu/en/carv6/auction/10633066
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10601085
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710601085%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10601085: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10601085 url https://www.openlane.eu/en/carv6/auction/10601085
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10669348
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710669348%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10669348: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10669348 url https://www.openlane.eu/en/carv6/auction/10669348
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10513909
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710513909%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10513909: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10513909 url https://www.openlane.eu/en/carv6/auction/10513909
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10051044
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710051044%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10051044: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10051044 url https://www.openlane.eu/en/carv6/auction/10051044
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10331201
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710331201%27 HTTP/1.1" 200 None
2026-03-26 13:36:08 [adesa.fr] INFO: Scrape type for 10331201: 0
2026-03-26 13:36:08 [adesa.fr] INFO: Skipping item 10331201 url https://www.openlane.eu/en/carv6/auction/10331201
2026-03-26 13:36:08 [adesa.fr] INFO: Found listing with ID: 10326073
2026-03-26 13:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710326073%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10326073: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10326073 url https://www.openlane.eu/en/carv6/auction/10326073
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10459274
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710459274%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10459274: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10459274 url https://www.openlane.eu/en/carv6/auction/10459274
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10489924
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710489924%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10489924: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10489924 url https://www.openlane.eu/en/carv6/auction/10489924
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10284853
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710284853%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10284853: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10284853 url https://www.openlane.eu/en/carv6/auction/10284853
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10451783
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710451783%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10451783: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10451783 url https://www.openlane.eu/en/carv6/auction/10451783
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10713166
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710713166%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10713166: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10713166 url https://www.openlane.eu/en/carv6/auction/10713166
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10540685
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710540685%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10540685: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10540685 url https://www.openlane.eu/en/carv6/auction/10540685
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10531347
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710531347%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10531347: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10531347 url https://www.openlane.eu/en/carv6/auction/10531347
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10728758
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728758%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10728758: 1
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10728758 url https://www.openlane.eu/en/carv6/auction/10728758
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10606719
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710606719%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10606719: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10606719 url https://www.openlane.eu/en/carv6/auction/10606719
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10694522
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710694522%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10694522: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10694522 url https://www.openlane.eu/en/carv6/auction/10694522
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10699721
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699721%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10699721: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10699721 url https://www.openlane.eu/en/carv6/auction/10699721
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10326062
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710326062%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10326062: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10326062 url https://www.openlane.eu/en/carv6/auction/10326062
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10729513
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710729513%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10729513: 1
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10729513 url https://www.openlane.eu/en/carv6/auction/10729513
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10571076
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710571076%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10571076: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10571076 url https://www.openlane.eu/en/carv6/auction/10571076
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10694993
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710694993%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10694993: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10694993 url https://www.openlane.eu/en/carv6/auction/10694993
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10473268
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710473268%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10473268: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10473268 url https://www.openlane.eu/en/carv6/auction/10473268
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10683948
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710683948%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10683948: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10683948 url https://www.openlane.eu/en/carv6/auction/10683948
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10710381
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710710381%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10710381: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10710381 url https://www.openlane.eu/en/carv6/auction/10710381
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10713167
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710713167%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10713167: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10713167 url https://www.openlane.eu/en/carv6/auction/10713167
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10721360
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721360%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10721360: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10721360 url https://www.openlane.eu/en/carv6/auction/10721360
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10702500
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710702500%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10702500: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10702500 url https://www.openlane.eu/en/carv6/auction/10702500
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10719678
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719678%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10719678: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10719678 url https://www.openlane.eu/en/carv6/auction/10719678
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10719687
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719687%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10719687: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10719687 url https://www.openlane.eu/en/carv6/auction/10719687
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10662209
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710662209%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10662209: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10662209 url https://www.openlane.eu/en/carv6/auction/10662209
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10439487
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710439487%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10439487: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10439487 url https://www.openlane.eu/en/carv6/auction/10439487
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10728851
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728851%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10728851: 1
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10728851 url https://www.openlane.eu/en/carv6/auction/10728851
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10699438
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699438%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10699438: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10699438 url https://www.openlane.eu/en/carv6/auction/10699438
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10051061
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710051061%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10051061: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10051061 url https://www.openlane.eu/en/carv6/auction/10051061
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10269481
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710269481%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10269481: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10269481 url https://www.openlane.eu/en/carv6/auction/10269481
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10699439
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699439%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10699439: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10699439 url https://www.openlane.eu/en/carv6/auction/10699439
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10057241
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710057241%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10057241: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10057241 url https://www.openlane.eu/en/carv6/auction/10057241
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10704551
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710704551%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10704551: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10704551 url https://www.openlane.eu/en/carv6/auction/10704551
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10685083
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710685083%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10685083: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10685083 url https://www.openlane.eu/en/carv6/auction/10685083
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10699459
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699459%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10699459: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10699459 url https://www.openlane.eu/en/carv6/auction/10699459
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10518391
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710518391%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10518391: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10518391 url https://www.openlane.eu/en/carv6/auction/10518391
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10699457
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699457%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10699457: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10699457 url https://www.openlane.eu/en/carv6/auction/10699457
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10650228
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710650228%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10650228: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10650228 url https://www.openlane.eu/en/carv6/auction/10650228
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10136698
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710136698%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10136698: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10136698 url https://www.openlane.eu/en/carv6/auction/10136698
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 9905933
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%279905933%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 9905933: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 9905933 url https://www.openlane.eu/en/carv6/auction/9905933
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10726262
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726262%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10726262: 1
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10726262 url https://www.openlane.eu/en/carv6/auction/10726262
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10728623
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728623%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10728623: 1
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10728623 url https://www.openlane.eu/en/carv6/auction/10728623
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10597849
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710597849%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10597849: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10597849 url https://www.openlane.eu/en/carv6/auction/10597849
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10580073
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710580073%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10580073: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10580073 url https://www.openlane.eu/en/carv6/auction/10580073
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10727618
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710727618%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10727618: 1
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10727618 url https://www.openlane.eu/en/carv6/auction/10727618
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10718734
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718734%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10718734: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10718734 url https://www.openlane.eu/en/carv6/auction/10718734
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10719679
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719679%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10719679: 2
2026-03-26 13:36:09 [adesa.fr] INFO: Scraping item 10719679 url https://www.openlane.eu/en/carv6/auction/10719679
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10640495
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710640495%27 HTTP/1.1" 200 None
2026-03-26 13:36:09 [adesa.fr] INFO: Scrape type for 10640495: 0
2026-03-26 13:36:09 [adesa.fr] INFO: Skipping item 10640495 url https://www.openlane.eu/en/carv6/auction/10640495
2026-03-26 13:36:09 [adesa.fr] INFO: Found listing with ID: 10627155
2026-03-26 13:36:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710627155%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10627155: 0
2026-03-26 13:36:10 [adesa.fr] INFO: Skipping item 10627155 url https://www.openlane.eu/en/carv6/auction/10627155
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10721193
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721193%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10721193: 2
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10721193 url https://www.openlane.eu/en/carv6/auction/10721193
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10437881
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710437881%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10437881: 0
2026-03-26 13:36:10 [adesa.fr] INFO: Skipping item 10437881 url https://www.openlane.eu/en/carv6/auction/10437881
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10699722
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699722%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10699722: 0
2026-03-26 13:36:10 [adesa.fr] INFO: Skipping item 10699722 url https://www.openlane.eu/en/carv6/auction/10699722
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10394825
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710394825%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10394825: 0
2026-03-26 13:36:10 [adesa.fr] INFO: Skipping item 10394825 url https://www.openlane.eu/en/carv6/auction/10394825
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10698182
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698182%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10698182: 2
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10698182 url https://www.openlane.eu/en/carv6/auction/10698182
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10687167
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710687167%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10687167: 0
2026-03-26 13:36:10 [adesa.fr] INFO: Skipping item 10687167 url https://www.openlane.eu/en/carv6/auction/10687167
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10723137
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723137%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10723137: 1
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10723137 url https://www.openlane.eu/en/carv6/auction/10723137
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10632404
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710632404%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10632404: 0
2026-03-26 13:36:10 [adesa.fr] INFO: Skipping item 10632404 url https://www.openlane.eu/en/carv6/auction/10632404
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10699512
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699512%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10699512: 2
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10699512 url https://www.openlane.eu/en/carv6/auction/10699512
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10699517
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699517%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10699517: 2
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10699517 url https://www.openlane.eu/en/carv6/auction/10699517
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10728626
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728626%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10728626: 1
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10728626 url https://www.openlane.eu/en/carv6/auction/10728626
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10728624
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728624%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10728624: 1
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10728624 url https://www.openlane.eu/en/carv6/auction/10728624
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10699513
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699513%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10699513: 2
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10699513 url https://www.openlane.eu/en/carv6/auction/10699513
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10597858
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710597858%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10597858: 0
2026-03-26 13:36:10 [adesa.fr] INFO: Skipping item 10597858 url https://www.openlane.eu/en/carv6/auction/10597858
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10688557
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710688557%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10688557: 0
2026-03-26 13:36:10 [adesa.fr] INFO: Skipping item 10688557 url https://www.openlane.eu/en/carv6/auction/10688557
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10699502
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699502%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10699502: 2
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10699502 url https://www.openlane.eu/en/carv6/auction/10699502
2026-03-26 13:36:10 [adesa.fr] INFO: Found listing with ID: 10699501
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699501%27 HTTP/1.1" 200 None
2026-03-26 13:36:10 [adesa.fr] INFO: Scrape type for 10699501: 2
2026-03-26 13:36:10 [adesa.fr] INFO: Scraping item 10699501 url https://www.openlane.eu/en/carv6/auction/10699501
2026-03-26 13:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10722721> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e42672ed-e107-5be9-ae67-81906e15e58c with identifier: 10722721
2026-03-26 13:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e42672ed-e107-5be9-ae67-81906e15e58c with scrape type 2
2026-03-26 13:36:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e42672ed-e107-5be9-ae67-81906e15e58c with scrape type 2
2026-03-26 13:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: e42672ed-e107-5be9-ae67-81906e15e58c, identifier: 10722721
2026-03-26 13:36:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: e42672ed-e107-5be9-ae67-81906e15e58c with identifier: 10722721
2026-03-26 13:36:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: e42672ed-e107-5be9-ae67-81906e15e58c with identifier: 10722721
2026-03-26 13:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: e42672ed-e107-5be9-ae67-81906e15e58c with identifier: 10722721 to the API
2026-03-26 13:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10722721>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 126,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': 'e42672ed-e107-5be9-ae67-81906e15e58c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '55368',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10722721',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Focus',
'odometer': 64518,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 13400,
'price_includes_vat': True,
'registration_date': '2023-04-12',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Ford Focus 1.0 ST Line X - Petrol - Manual - 126 hp - 64.518 km',
'transmission': 'manual',
'trim': 'ST Line X',
'vin': None,
'year': 2023}
2026-03-26 13:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722721%27 HTTP/1.1" 200 None
2026-03-26 13:36:11 [adesa.fr] INFO: Saving data for 10722721: {'auction_closing_time': 1798675200.0, 'created_time': 1774445610.399705, 'last_price_update_time': 1774532171.31526}
2026-03-26 13:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10722721') HTTP/1.1" 204 0
2026-03-26 13:36:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724719> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81601345-a4b7-5884-a3e5-094ba2b61223 with identifier: 10724719
2026-03-26 13:36:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81601345-a4b7-5884-a3e5-094ba2b61223 with scrape type 2
2026-03-26 13:36:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81601345-a4b7-5884-a3e5-094ba2b61223 with scrape type 2
2026-03-26 13:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 81601345-a4b7-5884-a3e5-094ba2b61223, identifier: 10724719
2026-03-26 13:36:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 81601345-a4b7-5884-a3e5-094ba2b61223 with identifier: 10724719
2026-03-26 13:36:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 81601345-a4b7-5884-a3e5-094ba2b61223 with identifier: 10724719
2026-03-26 13:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 81601345-a4b7-5884-a3e5-094ba2b61223 with identifier: 10724719 to the API
2026-03-26 13:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724719>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': '81601345-a4b7-5884-a3e5-094ba2b61223',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV-480-HS',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724719',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Citroën',
'model': 'C4',
'odometer': 80746,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': True,
'registration_date': '2024-02-26',
'seats_number': 5,
'seller_name': 'SAS COMPAGNIE PICARDE DE LOGISTIQUE AUTO',
'title': 'Citroën C4 1.2 Plus - Petrol - Automatic - 131 hp - 80.746 km',
'transmission': 'automatic',
'trim': 'Plus',
'vin': None,
'year': 2024}
2026-03-26 13:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724719%27 HTTP/1.1" 200 None
2026-03-26 13:36:12 [adesa.fr] INFO: Saving data for 10724719: {'auction_closing_time': 1774609200.0, 'created_time': 1774445566.305783, 'last_price_update_time': 1774532172.199085}
2026-03-26 13:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724719') HTTP/1.1" 204 0
2026-03-26 13:36:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723767> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80a66149-0506-5dd9-90fb-6f1f5da7b60e with identifier: 10723767
2026-03-26 13:36:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80a66149-0506-5dd9-90fb-6f1f5da7b60e with scrape type 2
2026-03-26 13:36:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80a66149-0506-5dd9-90fb-6f1f5da7b60e with scrape type 2
2026-03-26 13:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 80a66149-0506-5dd9-90fb-6f1f5da7b60e, identifier: 10723767
2026-03-26 13:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 80a66149-0506-5dd9-90fb-6f1f5da7b60e with identifier: 10723767
2026-03-26 13:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 80a66149-0506-5dd9-90fb-6f1f5da7b60e with identifier: 10723767
2026-03-26 13:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 80a66149-0506-5dd9-90fb-6f1f5da7b60e with identifier: 10723767 to the API
2026-03-26 13:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10723767>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': 'MPV',
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T08:10:00Z',
'fuel_type': 'Diesel',
'id': '80a66149-0506-5dd9-90fb-6f1f5da7b60e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GD-105-AM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723767',
'listing': 'auctionplusdirectbuy',
'location': 'Moenchengladbach (Germany)',
'make': 'Citroën',
'model': 'C4',
'odometer': 154187,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 10000,
'price_includes_vat': True,
'registration_date': '2021-11-18',
'seats_number': 7,
'seller_name': None,
'title': 'Citroën C4 Grand Spacetourer 1.5 HDI Shine - Diesel - Automatic - '
'130 hp - 154.187 km',
'transmission': 'automatic',
'trim': 'Shine',
'vin': None,
'year': 2021}
2026-03-26 13:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723767%27 HTTP/1.1" 200 None
2026-03-26 13:36:14 [adesa.fr] INFO: Saving data for 10723767: {'auction_closing_time': 1774599000.0, 'created_time': 1774445424.434489, 'last_price_update_time': 1774532174.118516}
2026-03-26 13:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723767') HTTP/1.1" 204 0
2026-03-26 13:36:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10698040> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c631a64c-0052-557c-a1af-16f2410ac076 with identifier: 10698040
2026-03-26 13:36:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c631a64c-0052-557c-a1af-16f2410ac076 with scrape type 2
2026-03-26 13:36:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c631a64c-0052-557c-a1af-16f2410ac076 with scrape type 2
2026-03-26 13:36:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: c631a64c-0052-557c-a1af-16f2410ac076, identifier: 10698040
2026-03-26 13:36:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: c631a64c-0052-557c-a1af-16f2410ac076 with identifier: 10698040
2026-03-26 13:36:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: c631a64c-0052-557c-a1af-16f2410ac076 with identifier: 10698040
2026-03-26 13:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: c631a64c-0052-557c-a1af-16f2410ac076 with identifier: 10698040 to the API
2026-03-26 13:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10698040>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 138,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': 'c631a64c-0052-557c-a1af-16f2410ac076',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '55685',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10698040',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'e-Berlingo',
'odometer': 3757,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 19500,
'price_includes_vat': True,
'registration_date': '2025-01-08',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Citroën e-Berlingo Plus - Electric - Automatic - 138 hp - 3.757 km',
'transmission': 'automatic',
'trim': 'Plus',
'vin': None,
'year': 2025}
2026-03-26 13:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698040%27 HTTP/1.1" 200 None
2026-03-26 13:36:18 [adesa.fr] INFO: Saving data for 10698040: {'auction_closing_time': 1798675200.0, 'created_time': 1774013597.412592, 'last_price_update_time': 1774532178.376618}
2026-03-26 13:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10698040') HTTP/1.1" 204 0
2026-03-26 13:36:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10691264> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62c3dee9-e43f-5a69-a2c4-75b87103a548 with identifier: 10691264
2026-03-26 13:36:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62c3dee9-e43f-5a69-a2c4-75b87103a548 with scrape type 2
2026-03-26 13:36:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62c3dee9-e43f-5a69-a2c4-75b87103a548 with scrape type 2
2026-03-26 13:36:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 62c3dee9-e43f-5a69-a2c4-75b87103a548, identifier: 10691264
2026-03-26 13:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 62c3dee9-e43f-5a69-a2c4-75b87103a548 with identifier: 10691264
2026-03-26 13:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 62c3dee9-e43f-5a69-a2c4-75b87103a548 with identifier: 10691264
2026-03-26 13:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 62c3dee9-e43f-5a69-a2c4-75b87103a548 with identifier: 10691264 to the API
2026-03-26 13:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10691264>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': '62c3dee9-e43f-5a69-a2c4-75b87103a548',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '52237',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10691264',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C4',
'odometer': 24255,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 16800,
'price_includes_vat': True,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Citroën C4 1.2 Max - Petrol - Automatic - 136 hp - 24.255 km',
'transmission': 'automatic',
'trim': 'Max',
'vin': None,
'year': 2025}
2026-03-26 13:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710691264%27 HTTP/1.1" 200 None
2026-03-26 13:36:19 [adesa.fr] INFO: Saving data for 10691264: {'auction_closing_time': 1798675200.0, 'created_time': 1774013597.834784, 'last_price_update_time': 1774532179.130371}
2026-03-26 13:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10691264') HTTP/1.1" 204 0
2026-03-26 13:36:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10698054> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec6139f2-70f8-514a-81cf-4c60a0620ded with identifier: 10698054
2026-03-26 13:36:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec6139f2-70f8-514a-81cf-4c60a0620ded with scrape type 2
2026-03-26 13:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec6139f2-70f8-514a-81cf-4c60a0620ded with scrape type 2
2026-03-26 13:36:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: ec6139f2-70f8-514a-81cf-4c60a0620ded, identifier: 10698054
2026-03-26 13:36:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: ec6139f2-70f8-514a-81cf-4c60a0620ded with identifier: 10698054
2026-03-26 13:36:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: ec6139f2-70f8-514a-81cf-4c60a0620ded with identifier: 10698054
2026-03-26 13:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: ec6139f2-70f8-514a-81cf-4c60a0620ded with identifier: 10698054 to the API
2026-03-26 13:36:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10698054>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 138,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': 'ec6139f2-70f8-514a-81cf-4c60a0620ded',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '55720',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10698054',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'Jumpy',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 21400,
'price_includes_vat': True,
'registration_date': '2024-06-24',
'seats_number': 3,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Citroën Jumpy - Electric - Automatic - 138 hp - 50 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 13:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698054%27 HTTP/1.1" 200 None
2026-03-26 13:36:21 [adesa.fr] INFO: Saving data for 10698054: {'auction_closing_time': 1798675200.0, 'created_time': 1774013598.519106, 'last_price_update_time': 1774532181.678805}
2026-03-26 13:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10698054') HTTP/1.1" 204 0
2026-03-26 13:36:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10698906> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51844b17-63e6-5959-b359-cfed1a9c7700 with identifier: 10698906
2026-03-26 13:36:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51844b17-63e6-5959-b359-cfed1a9c7700 with scrape type 2
2026-03-26 13:36:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51844b17-63e6-5959-b359-cfed1a9c7700 with scrape type 2
2026-03-26 13:36:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 51844b17-63e6-5959-b359-cfed1a9c7700, identifier: 10698906
2026-03-26 13:36:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 51844b17-63e6-5959-b359-cfed1a9c7700 with identifier: 10698906
2026-03-26 13:36:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 51844b17-63e6-5959-b359-cfed1a9c7700 with identifier: 10698906
2026-03-26 13:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 51844b17-63e6-5959-b359-cfed1a9c7700 with identifier: 10698906 to the API
2026-03-26 13:36:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10698906>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 162,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': '51844b17-63e6-5959-b359-cfed1a9c7700',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '50225',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10698906',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 24507,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 22700,
'price_includes_vat': True,
'registration_date': '2024-03-04',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Alfa Romeo Tonale 1.5 - Petrol - Automatic - 162 hp - 24.507 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 13:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698906%27 HTTP/1.1" 200 None
2026-03-26 13:36:22 [adesa.fr] INFO: Saving data for 10698906: {'auction_closing_time': 1798675200.0, 'created_time': 1774013602.363958, 'last_price_update_time': 1774532182.211752}
2026-03-26 13:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10698906') HTTP/1.1" 204 0
2026-03-26 13:36:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10698902> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95a5f5d4-aeb2-57a6-abc6-9c298e470fd6 with identifier: 10698902
2026-03-26 13:36:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95a5f5d4-aeb2-57a6-abc6-9c298e470fd6 with scrape type 2
2026-03-26 13:36:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95a5f5d4-aeb2-57a6-abc6-9c298e470fd6 with scrape type 2
2026-03-26 13:36:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 95a5f5d4-aeb2-57a6-abc6-9c298e470fd6, identifier: 10698902
2026-03-26 13:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 95a5f5d4-aeb2-57a6-abc6-9c298e470fd6 with identifier: 10698902
2026-03-26 13:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 95a5f5d4-aeb2-57a6-abc6-9c298e470fd6 with identifier: 10698902
2026-03-26 13:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 95a5f5d4-aeb2-57a6-abc6-9c298e470fd6 with identifier: 10698902 to the API
2026-03-26 13:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36: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-26 13:36:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10698902>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'engine_horse_power': 162,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Diesel',
'id': '95a5f5d4-aeb2-57a6-abc6-9c298e470fd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '50223',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10698902',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Alfa Romeo',
'model': 'Stelvio',
'odometer': 28318,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 29800,
'price_includes_vat': True,
'registration_date': '2024-05-30',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Alfa Romeo Stelvio 2.2 Sprint - Diesel - Automatic - 162 hp - '
'28.318 km',
'transmission': 'automatic',
'trim': 'Sprint',
'vin': None,
'year': 2024}
2026-03-26 13:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698902%27 HTTP/1.1" 200 None
2026-03-26 13:36:24 [adesa.fr] INFO: Saving data for 10698902: {'auction_closing_time': 1798675200.0, 'created_time': 1774013603.146751, 'last_price_update_time': 1774532184.187825}
2026-03-26 13:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10698902') HTTP/1.1" 204 0
2026-03-26 13:36:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728760> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66e87c0b-15ec-5643-801d-2d80eb4da1fd with identifier: 10728760
2026-03-26 13:36:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66e87c0b-15ec-5643-801d-2d80eb4da1fd with scrape type 1
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 66e87c0b-15ec-5643-801d-2d80eb4da1fd
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252Fded92e02-640b-46ce-8c80-93f22b60ced5.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/ded92e02-640b-46ce-8c80-93f22b60ced5.jpg already downloaded
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252F623b8bae-39a7-4b0f-b3d7-c2563c5e7272.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/623b8bae-39a7-4b0f-b3d7-c2563c5e7272.jpg already downloaded
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252F61466c25-9e25-4438-bdd5-e09a513a0c3b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/61466c25-9e25-4438-bdd5-e09a513a0c3b.jpg already downloaded
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252F5661e857-5e0d-4aab-b940-960f3299acf4.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/5661e857-5e0d-4aab-b940-960f3299acf4.jpg already downloaded
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252F51effe01-b4be-463b-8a72-5ef5e01c0102.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/51effe01-b4be-463b-8a72-5ef5e01c0102.jpg already downloaded
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252Fcabf3627-da16-4914-b4b7-5a4cbc0dec5f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/cabf3627-da16-4914-b4b7-5a4cbc0dec5f.jpg already downloaded
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252F2aab7d05-c36d-48ef-9275-3c89aac06af0.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/2aab7d05-c36d-48ef-9275-3c89aac06af0.jpg already downloaded
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252F18fe2fa1-8d21-459f-a482-66388c6363cd.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/18fe2fa1-8d21-459f-a482-66388c6363cd.jpg already downloaded
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252F3d61aef4-a1fd-4816-9677-309f3ec616ca.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/3d61aef4-a1fd-4816-9677-309f3ec616ca.jpg already downloaded
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741733%252Fgeneral%252F021ed96b-1d06-4481-8333-9ded9a8c9512.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741733/general/021ed96b-1d06-4481-8333-9ded9a8c9512.jpg already downloaded
2026-03-26 13:36:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 66e87c0b-15ec-5643-801d-2d80eb4da1fd, identifier: 10728760
2026-03-26 13:36:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 66e87c0b-15ec-5643-801d-2d80eb4da1fd with identifier: 10728760
2026-03-26 13:36:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 66e87c0b-15ec-5643-801d-2d80eb4da1fd with identifier: 10728760
2026-03-26 13:36:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 66e87c0b-15ec-5643-801d-2d80eb4da1fd with identifier: 10728760 to the API
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728760>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'engine_horse_power': 490,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Electric',
'id': '66e87c0b-15ec-5643-801d-2d80eb4da1fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF778CV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728760',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 107278,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 41,
'photo_urls': ['https://images.openlane.eu/carimgs/5741733/general/ded92e02-640b-46ce-8c80-93f22b60ced5.jpg',
'https://images.openlane.eu/carimgs/5741733/general/623b8bae-39a7-4b0f-b3d7-c2563c5e7272.jpg',
'https://images.openlane.eu/carimgs/5741733/general/61466c25-9e25-4438-bdd5-e09a513a0c3b.jpg',
'https://images.openlane.eu/carimgs/5741733/general/5661e857-5e0d-4aab-b940-960f3299acf4.jpg',
'https://images.openlane.eu/carimgs/5741733/general/51effe01-b4be-463b-8a72-5ef5e01c0102.jpg',
'https://images.openlane.eu/carimgs/5741733/general/cabf3627-da16-4914-b4b7-5a4cbc0dec5f.jpg',
'https://images.openlane.eu/carimgs/5741733/general/2aab7d05-c36d-48ef-9275-3c89aac06af0.jpg',
'https://images.openlane.eu/carimgs/5741733/general/18fe2fa1-8d21-459f-a482-66388c6363cd.jpg',
'https://images.openlane.eu/carimgs/5741733/general/3d61aef4-a1fd-4816-9677-309f3ec616ca.jpg',
'https://images.openlane.eu/carimgs/5741733/general/021ed96b-1d06-4481-8333-9ded9a8c9512.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105583,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/ded92e02-640b-46ce-8c80-93f22b60ced5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110227,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/623b8bae-39a7-4b0f-b3d7-c2563c5e7272.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114174,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/61466c25-9e25-4438-bdd5-e09a513a0c3b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113966,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/5661e857-5e0d-4aab-b940-960f3299acf4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 82721,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/51effe01-b4be-463b-8a72-5ef5e01c0102.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77750,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/cabf3627-da16-4914-b4b7-5a4cbc0dec5f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80331,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/2aab7d05-c36d-48ef-9275-3c89aac06af0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79128,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/18fe2fa1-8d21-459f-a482-66388c6363cd.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 68527,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/3d61aef4-a1fd-4816-9677-309f3ec616ca.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_66e87c0b-15ec-5643-801d-2d80eb4da1fd/66e87c0b-15ec-5643-801d-2d80eb4da1fd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97467,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741733/general/021ed96b-1d06-4481-8333-9ded9a8c9512.jpg',
'Width': 1024}],
'price': 19600,
'price_includes_vat': True,
'registration_date': '2022-03-10',
'seats_number': 5,
'seller_name': 'ARVAL SERVICE LEASE',
'title': 'Tesla Model 3 Performance - Dual Motor - Electric - Automatic - 490 '
'hp - 107.278 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728760%27 HTTP/1.1" 200 None
2026-03-26 13:36:28 [adesa.fr] INFO: Saving data for 10728760: {'created_time': 1774532188.939426, 'last_price_update_time': 1774532188.939436, 'auction_closing_time': 1774609200.0}
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728760') HTTP/1.1" 204 0
2026-03-26 13:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724727> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8315521-fb55-5abb-b22b-9bf4ed8c9c5a with identifier: 10724727
2026-03-26 13:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8315521-fb55-5abb-b22b-9bf4ed8c9c5a with scrape type 2
2026-03-26 13:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8315521-fb55-5abb-b22b-9bf4ed8c9c5a with scrape type 2
2026-03-26 13:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: d8315521-fb55-5abb-b22b-9bf4ed8c9c5a, identifier: 10724727
2026-03-26 13:36:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: d8315521-fb55-5abb-b22b-9bf4ed8c9c5a with identifier: 10724727
2026-03-26 13:36:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: d8315521-fb55-5abb-b22b-9bf4ed8c9c5a with identifier: 10724727
2026-03-26 13:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: d8315521-fb55-5abb-b22b-9bf4ed8c9c5a with identifier: 10724727 to the API
2026-03-26 13:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724727>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': 'd8315521-fb55-5abb-b22b-9bf4ed8c9c5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ416HB',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724727',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'DS',
'model': 'DS7 Crossback',
'odometer': 124022,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 12100,
'price_includes_vat': True,
'registration_date': '2022-09-07',
'seats_number': 5,
'seller_name': 'ARVAL SERVICE LEASE',
'title': 'DS DS7 Crossback Performance Line - Diesel - Automatic - 130 hp - '
'124.022 km',
'transmission': 'automatic',
'trim': 'Performance Line',
'vin': None,
'year': 2022}
2026-03-26 13:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724727%27 HTTP/1.1" 200 None
2026-03-26 13:36:29 [adesa.fr] INFO: Saving data for 10724727: {'auction_closing_time': 1774609200.0, 'created_time': 1774445574.738219, 'last_price_update_time': 1774532189.590262}
2026-03-26 13:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724727') HTTP/1.1" 204 0
2026-03-26 13:36:29 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.318(s), this was the 1st time calling it.
2026-03-26 13:36:29 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.513114514405581 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:36:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699501> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 968c34ae-f2ff-58ec-85df-48ac77bb930e with identifier: 10699501
2026-03-26 13:36:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 968c34ae-f2ff-58ec-85df-48ac77bb930e with scrape type 2
2026-03-26 13:36:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 968c34ae-f2ff-58ec-85df-48ac77bb930e with scrape type 2
2026-03-26 13:36:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 968c34ae-f2ff-58ec-85df-48ac77bb930e, identifier: 10699501
2026-03-26 13:36:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 968c34ae-f2ff-58ec-85df-48ac77bb930e with identifier: 10699501
2026-03-26 13:36:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 968c34ae-f2ff-58ec-85df-48ac77bb930e with identifier: 10699501
2026-03-26 13:36:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 968c34ae-f2ff-58ec-85df-48ac77bb930e with identifier: 10699501 to the API
2026-03-26 13:36:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699501>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '968c34ae-f2ff-58ec-85df-48ac77bb930e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HD-324-PF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699501',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 4966,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': True,
'registration_date': '2025-05-19',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Allure - Petrol - Manual - 102 hp - 4.966 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699501%27 HTTP/1.1" 200 None
2026-03-26 13:36:31 [adesa.fr] INFO: Saving data for 10699501: {'auction_closing_time': 1798671600.0, 'created_time': 1774013621.172103, 'last_price_update_time': 1774532191.315701}
2026-03-26 13:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699501') HTTP/1.1" 204 0
2026-03-26 13:36:31 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.329(s), this was the 1st time calling it.
2026-03-26 13:36:31 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.11235321337884 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:36:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724801> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9bd6ff7-1767-51fb-a331-bbc56ee4aa4b with identifier: 10724801
2026-03-26 13:36:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9bd6ff7-1767-51fb-a331-bbc56ee4aa4b with scrape type 2
2026-03-26 13:36:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9bd6ff7-1767-51fb-a331-bbc56ee4aa4b with scrape type 2
2026-03-26 13:36:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: f9bd6ff7-1767-51fb-a331-bbc56ee4aa4b, identifier: 10724801
2026-03-26 13:36:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: f9bd6ff7-1767-51fb-a331-bbc56ee4aa4b with identifier: 10724801
2026-03-26 13:36:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: f9bd6ff7-1767-51fb-a331-bbc56ee4aa4b with identifier: 10724801
2026-03-26 13:36:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: f9bd6ff7-1767-51fb-a331-bbc56ee4aa4b with identifier: 10724801 to the API
2026-03-26 13:36:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724801>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Hybrid',
'id': 'f9bd6ff7-1767-51fb-a331-bbc56ee4aa4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'W90910',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724801',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 59682,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 23300,
'price_includes_vat': True,
'registration_date': '2023-03-03',
'seats_number': 5,
'seller_name': 'Kubika cars',
'title': 'BMW X2 25e M Sport - xDrive - Hybrid - Automatic - 125 hp - 59.682 '
'km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2023}
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724801%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Saving data for 10724801: {'auction_closing_time': 1801392300.0, 'created_time': 1774445611.499275, 'last_price_update_time': 1774532196.615347}
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724801') HTTP/1.1" 204 0
2026-03-26 13:36:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:36:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:36:36 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10452571
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710452571%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10452571: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10452571 url https://www.openlane.eu/en/carv6/auction/10452571
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10512962
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710512962%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10512962: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10512962 url https://www.openlane.eu/en/carv6/auction/10512962
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10661603
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710661603%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10661603: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10661603 url https://www.openlane.eu/en/carv6/auction/10661603
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10411867
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710411867%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10411867: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10411867 url https://www.openlane.eu/en/carv6/auction/10411867
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10326128
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710326128%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10326128: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10326128 url https://www.openlane.eu/en/carv6/auction/10326128
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10556138
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710556138%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10556138: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10556138 url https://www.openlane.eu/en/carv6/auction/10556138
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10222565
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710222565%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10222565: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10222565 url https://www.openlane.eu/en/carv6/auction/10222565
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10231005
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710231005%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10231005: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10231005 url https://www.openlane.eu/en/carv6/auction/10231005
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10676045
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710676045%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10676045: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10676045 url https://www.openlane.eu/en/carv6/auction/10676045
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10707950
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710707950%27 HTTP/1.1" 200 None
2026-03-26 13:36:36 [adesa.fr] INFO: Scrape type for 10707950: 0
2026-03-26 13:36:36 [adesa.fr] INFO: Skipping item 10707950 url https://www.openlane.eu/en/carv6/auction/10707950
2026-03-26 13:36:36 [adesa.fr] INFO: Found listing with ID: 10707951
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710707951%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10707951: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10707951 url https://www.openlane.eu/en/carv6/auction/10707951
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10707949
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710707949%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10707949: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10707949 url https://www.openlane.eu/en/carv6/auction/10707949
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10729504
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710729504%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10729504: 1
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10729504 url https://www.openlane.eu/en/carv6/auction/10729504
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10710380
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710710380%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10710380: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10710380 url https://www.openlane.eu/en/carv6/auction/10710380
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10715794
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710715794%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10715794: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10715794 url https://www.openlane.eu/en/carv6/auction/10715794
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10721766
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721766%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10721766: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10721766 url https://www.openlane.eu/en/carv6/auction/10721766
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10640496
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710640496%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10640496: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10640496 url https://www.openlane.eu/en/carv6/auction/10640496
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10721192
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721192%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10721192: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10721192 url https://www.openlane.eu/en/carv6/auction/10721192
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10719683
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719683%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10719683: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10719683 url https://www.openlane.eu/en/carv6/auction/10719683
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10716793
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716793%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10716793: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10716793 url https://www.openlane.eu/en/carv6/auction/10716793
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10715796
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710715796%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10715796: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10715796 url https://www.openlane.eu/en/carv6/auction/10715796
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10699481
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699481%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10699481: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10699481 url https://www.openlane.eu/en/carv6/auction/10699481
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10699475
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699475%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10699475: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10699475 url https://www.openlane.eu/en/carv6/auction/10699475
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10702499
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710702499%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10702499: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10702499 url https://www.openlane.eu/en/carv6/auction/10702499
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10558919
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710558919%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10558919: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10558919 url https://www.openlane.eu/en/carv6/auction/10558919
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10574132
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710574132%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10574132: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10574132 url https://www.openlane.eu/en/carv6/auction/10574132
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10690022
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710690022%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10690022: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10690022 url https://www.openlane.eu/en/carv6/auction/10690022
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10709611
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710709611%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10709611: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10709611 url https://www.openlane.eu/en/carv6/auction/10709611
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10699450
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699450%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10699450: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10699450 url https://www.openlane.eu/en/carv6/auction/10699450
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10694299
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710694299%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10694299: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10694299 url https://www.openlane.eu/en/carv6/auction/10694299
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10595519
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710595519%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10595519: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10595519 url https://www.openlane.eu/en/carv6/auction/10595519
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10554218
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710554218%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10554218: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10554218 url https://www.openlane.eu/en/carv6/auction/10554218
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10689052
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710689052%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10689052: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10689052 url https://www.openlane.eu/en/carv6/auction/10689052
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10597882
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710597882%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10597882: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10597882 url https://www.openlane.eu/en/carv6/auction/10597882
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10719684
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719684%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10719684: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10719684 url https://www.openlane.eu/en/carv6/auction/10719684
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10721358
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721358%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10721358: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10721358 url https://www.openlane.eu/en/carv6/auction/10721358
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10721603
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721603%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10721603: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10721603 url https://www.openlane.eu/en/carv6/auction/10721603
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10722728
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722728%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10722728: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10722728 url https://www.openlane.eu/en/carv6/auction/10722728
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10728846
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728846%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10728846: 1
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10728846 url https://www.openlane.eu/en/carv6/auction/10728846
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10713164
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710713164%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10713164: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10713164 url https://www.openlane.eu/en/carv6/auction/10713164
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10711367
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710711367%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10711367: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10711367 url https://www.openlane.eu/en/carv6/auction/10711367
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10681283
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710681283%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10681283: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10681283 url https://www.openlane.eu/en/carv6/auction/10681283
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10724175
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724175%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10724175: 1
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10724175 url https://www.openlane.eu/en/carv6/auction/10724175
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10724174
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724174%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10724174: 1
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10724174 url https://www.openlane.eu/en/carv6/auction/10724174
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10707278
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710707278%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10707278: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10707278 url https://www.openlane.eu/en/carv6/auction/10707278
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10682593
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710682593%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10682593: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10682593 url https://www.openlane.eu/en/carv6/auction/10682593
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10726274
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726274%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10726274: 1
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10726274 url https://www.openlane.eu/en/carv6/auction/10726274
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10573240
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710573240%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10573240: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10573240 url https://www.openlane.eu/en/carv6/auction/10573240
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10269547
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710269547%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10269547: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10269547 url https://www.openlane.eu/en/carv6/auction/10269547
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10713169
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710713169%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10713169: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10713169 url https://www.openlane.eu/en/carv6/auction/10713169
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10654300
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710654300%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10654300: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10654300 url https://www.openlane.eu/en/carv6/auction/10654300
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10722729
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722729%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10722729: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10722729 url https://www.openlane.eu/en/carv6/auction/10722729
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10702501
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710702501%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10702501: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10702501 url https://www.openlane.eu/en/carv6/auction/10702501
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10707273
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710707273%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10707273: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10707273 url https://www.openlane.eu/en/carv6/auction/10707273
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10676823
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710676823%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10676823: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10676823 url https://www.openlane.eu/en/carv6/auction/10676823
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10699507
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699507%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10699507: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10699507 url https://www.openlane.eu/en/carv6/auction/10699507
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10673717
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710673717%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10673717: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10673717 url https://www.openlane.eu/en/carv6/auction/10673717
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10721364
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721364%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10721364: 2
2026-03-26 13:36:37 [adesa.fr] INFO: Scraping item 10721364 url https://www.openlane.eu/en/carv6/auction/10721364
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10688251
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710688251%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10688251: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10688251 url https://www.openlane.eu/en/carv6/auction/10688251
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10679268
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710679268%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10679268: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10679268 url https://www.openlane.eu/en/carv6/auction/10679268
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10707858
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710707858%27 HTTP/1.1" 200 None
2026-03-26 13:36:37 [adesa.fr] INFO: Scrape type for 10707858: 0
2026-03-26 13:36:37 [adesa.fr] INFO: Skipping item 10707858 url https://www.openlane.eu/en/carv6/auction/10707858
2026-03-26 13:36:37 [adesa.fr] INFO: Found listing with ID: 10473270
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710473270%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10473270: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10473270 url https://www.openlane.eu/en/carv6/auction/10473270
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10682079
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710682079%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10682079: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10682079 url https://www.openlane.eu/en/carv6/auction/10682079
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10728849
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728849%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10728849: 1
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10728849 url https://www.openlane.eu/en/carv6/auction/10728849
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10699416
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699416%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10699416: 2
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10699416 url https://www.openlane.eu/en/carv6/auction/10699416
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10647802
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710647802%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10647802: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10647802 url https://www.openlane.eu/en/carv6/auction/10647802
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10473269
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710473269%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10473269: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10473269 url https://www.openlane.eu/en/carv6/auction/10473269
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10699425
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699425%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10699425: 2
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10699425 url https://www.openlane.eu/en/carv6/auction/10699425
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10728755
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728755%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10728755: 1
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10728755 url https://www.openlane.eu/en/carv6/auction/10728755
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10477906
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710477906%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10477906: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10477906 url https://www.openlane.eu/en/carv6/auction/10477906
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10707276
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710707276%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10707276: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10707276 url https://www.openlane.eu/en/carv6/auction/10707276
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10381371
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710381371%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10381371: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10381371 url https://www.openlane.eu/en/carv6/auction/10381371
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10375917
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710375917%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10375917: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10375917 url https://www.openlane.eu/en/carv6/auction/10375917
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10326152
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710326152%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10326152: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10326152 url https://www.openlane.eu/en/carv6/auction/10326152
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10707860
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710707860%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10707860: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10707860 url https://www.openlane.eu/en/carv6/auction/10707860
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10597840
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710597840%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10597840: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10597840 url https://www.openlane.eu/en/carv6/auction/10597840
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10351032
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710351032%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10351032: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10351032 url https://www.openlane.eu/en/carv6/auction/10351032
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10681277
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710681277%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10681277: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10681277 url https://www.openlane.eu/en/carv6/auction/10681277
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10681282
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710681282%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10681282: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10681282 url https://www.openlane.eu/en/carv6/auction/10681282
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10661519
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710661519%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10661519: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10661519 url https://www.openlane.eu/en/carv6/auction/10661519
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10571074
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710571074%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10571074: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10571074 url https://www.openlane.eu/en/carv6/auction/10571074
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10408313
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710408313%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10408313: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10408313 url https://www.openlane.eu/en/carv6/auction/10408313
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10649232
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710649232%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10649232: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10649232 url https://www.openlane.eu/en/carv6/auction/10649232
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10626577
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710626577%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10626577: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10626577 url https://www.openlane.eu/en/carv6/auction/10626577
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10699395
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699395%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10699395: 2
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10699395 url https://www.openlane.eu/en/carv6/auction/10699395
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10699388
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699388%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10699388: 2
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10699388 url https://www.openlane.eu/en/carv6/auction/10699388
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10721340
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721340%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10721340: 2
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10721340 url https://www.openlane.eu/en/carv6/auction/10721340
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10721342
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721342%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10721342: 2
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10721342 url https://www.openlane.eu/en/carv6/auction/10721342
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10726267
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726267%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10726267: 1
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10726267 url https://www.openlane.eu/en/carv6/auction/10726267
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10699452
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699452%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10699452: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10699452 url https://www.openlane.eu/en/carv6/auction/10699452
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10723136
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723136%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10723136: 1
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10723136 url https://www.openlane.eu/en/carv6/auction/10723136
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10554939
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710554939%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10554939: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10554939 url https://www.openlane.eu/en/carv6/auction/10554939
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10699446
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699446%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10699446: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10699446 url https://www.openlane.eu/en/carv6/auction/10699446
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10699445
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699445%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10699445: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10699445 url https://www.openlane.eu/en/carv6/auction/10699445
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10662769
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710662769%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10662769: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10662769 url https://www.openlane.eu/en/carv6/auction/10662769
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10699444
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699444%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10699444: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10699444 url https://www.openlane.eu/en/carv6/auction/10699444
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10527711
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710527711%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10527711: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10527711 url https://www.openlane.eu/en/carv6/auction/10527711
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10527709
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710527709%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10527709: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10527709 url https://www.openlane.eu/en/carv6/auction/10527709
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10725178
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725178%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10725178: 1
2026-03-26 13:36:38 [adesa.fr] INFO: Scraping item 10725178 url https://www.openlane.eu/en/carv6/auction/10725178
2026-03-26 13:36:38 [adesa.fr] INFO: Found listing with ID: 10711365
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710711365%27 HTTP/1.1" 200 None
2026-03-26 13:36:38 [adesa.fr] INFO: Scrape type for 10711365: 0
2026-03-26 13:36:38 [adesa.fr] INFO: Skipping item 10711365 url https://www.openlane.eu/en/carv6/auction/10711365
2026-03-26 13:36:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10698904> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feea0c36-cd97-537c-949d-55bccf0cf205 with identifier: 10698904
2026-03-26 13:36:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feea0c36-cd97-537c-949d-55bccf0cf205 with scrape type 2
2026-03-26 13:36:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feea0c36-cd97-537c-949d-55bccf0cf205 with scrape type 2
2026-03-26 13:36:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: feea0c36-cd97-537c-949d-55bccf0cf205, identifier: 10698904
2026-03-26 13:36:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: feea0c36-cd97-537c-949d-55bccf0cf205 with identifier: 10698904
2026-03-26 13:36:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: feea0c36-cd97-537c-949d-55bccf0cf205 with identifier: 10698904
2026-03-26 13:36:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: feea0c36-cd97-537c-949d-55bccf0cf205 with identifier: 10698904 to the API
2026-03-26 13:36:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10698904>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'engine_horse_power': 162,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Diesel',
'id': 'feea0c36-cd97-537c-949d-55bccf0cf205',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '50222',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10698904',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Alfa Romeo',
'model': 'Stelvio',
'odometer': 37738,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 29300,
'price_includes_vat': True,
'registration_date': '2024-06-07',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Alfa Romeo Stelvio 2.2 Sprint - Diesel - Automatic - 162 hp - '
'37.738 km',
'transmission': 'automatic',
'trim': 'Sprint',
'vin': None,
'year': 2024}
2026-03-26 13:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698904%27 HTTP/1.1" 200 None
2026-03-26 13:36:39 [adesa.fr] INFO: Saving data for 10698904: {'auction_closing_time': 1798675200.0, 'created_time': 1774013601.981538, 'last_price_update_time': 1774532199.541972}
2026-03-26 13:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10698904') HTTP/1.1" 204 0
2026-03-26 13:36:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718192> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9927a67d-8d98-55c9-a1e1-c48ac73c4299 with identifier: 10718192
2026-03-26 13:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9927a67d-8d98-55c9-a1e1-c48ac73c4299 with scrape type 2
2026-03-26 13:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9927a67d-8d98-55c9-a1e1-c48ac73c4299 with scrape type 2
2026-03-26 13:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 9927a67d-8d98-55c9-a1e1-c48ac73c4299, identifier: 10718192
2026-03-26 13:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 9927a67d-8d98-55c9-a1e1-c48ac73c4299 with identifier: 10718192
2026-03-26 13:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 9927a67d-8d98-55c9-a1e1-c48ac73c4299 with identifier: 10718192
2026-03-26 13:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 9927a67d-8d98-55c9-a1e1-c48ac73c4299 with identifier: 10718192 to the API
2026-03-26 13:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718192>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': 'MPV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '9927a67d-8d98-55c9-a1e1-c48ac73c4299',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL-623-BD',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718192',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Mercedes-Benz',
'model': 'B',
'odometer': 160416,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 10600,
'price_includes_vat': True,
'registration_date': '2022-12-12',
'seats_number': 5,
'seller_name': 'ATHLON Car Lease France SA',
'title': 'Mercedes-Benz B 180 CDI Business Line - Diesel - Manual - 116 hp - '
'160.416 km',
'transmission': 'manual',
'trim': 'Business Line',
'vin': None,
'year': 2022}
2026-03-26 13:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718192%27 HTTP/1.1" 200 None
2026-03-26 13:36:41 [adesa.fr] INFO: Saving data for 10718192: {'auction_closing_time': 1774609200.0, 'created_time': 1774359036.769606, 'last_price_update_time': 1774532201.395887}
2026-03-26 13:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10718192') HTTP/1.1" 204 0
2026-03-26 13:36:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721728> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63558ed0-5b5b-569d-a507-ca0b05cb44fa with identifier: 10721728
2026-03-26 13:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63558ed0-5b5b-569d-a507-ca0b05cb44fa with scrape type 2
2026-03-26 13:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63558ed0-5b5b-569d-a507-ca0b05cb44fa with scrape type 2
2026-03-26 13:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 63558ed0-5b5b-569d-a507-ca0b05cb44fa, identifier: 10721728
2026-03-26 13:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 63558ed0-5b5b-569d-a507-ca0b05cb44fa with identifier: 10721728
2026-03-26 13:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 63558ed0-5b5b-569d-a507-ca0b05cb44fa with identifier: 10721728
2026-03-26 13:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 63558ed0-5b5b-569d-a507-ca0b05cb44fa with identifier: 10721728 to the API
2026-03-26 13:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721728>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T14:05:00Z',
'fuel_type': 'Diesel',
'id': '63558ed0-5b5b-569d-a507-ca0b05cb44fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GL867SN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721728',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 190594,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 20000,
'price_includes_vat': True,
'registration_date': '2023-01-19',
'seats_number': 7,
'seller_name': 'ARVAL SERVICE LEASE',
'title': 'Skoda Kodiaq 2.0 TDI Sportline - Diesel - Automatic - 150 hp - '
'190.594 km',
'transmission': 'automatic',
'trim': 'Sportline',
'vin': None,
'year': 2023}
2026-03-26 13:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721728%27 HTTP/1.1" 200 None
2026-03-26 13:36:42 [adesa.fr] INFO: Saving data for 10721728: {'auction_closing_time': 1774533900.0, 'created_time': 1774445510.069352, 'last_price_update_time': 1774532202.005863}
2026-03-26 13:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721728') HTTP/1.1" 204 0
2026-03-26 13:36:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699502> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 367930ff-3683-5749-9295-fe0e85177c5f with identifier: 10699502
2026-03-26 13:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 367930ff-3683-5749-9295-fe0e85177c5f with scrape type 2
2026-03-26 13:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 367930ff-3683-5749-9295-fe0e85177c5f with scrape type 2
2026-03-26 13:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 367930ff-3683-5749-9295-fe0e85177c5f, identifier: 10699502
2026-03-26 13:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 367930ff-3683-5749-9295-fe0e85177c5f with identifier: 10699502
2026-03-26 13:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 367930ff-3683-5749-9295-fe0e85177c5f with identifier: 10699502
2026-03-26 13:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 367930ff-3683-5749-9295-fe0e85177c5f with identifier: 10699502 to the API
2026-03-26 13:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699502>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '367930ff-3683-5749-9295-fe0e85177c5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HD-254-DJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699502',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 4769,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': True,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Allure - Petrol - Manual - 102 hp - 4.769 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699502%27 HTTP/1.1" 200 None
2026-03-26 13:36:42 [adesa.fr] INFO: Saving data for 10699502: {'auction_closing_time': 1798671600.0, 'created_time': 1774013617.641573, 'last_price_update_time': 1774532202.694071}
2026-03-26 13:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699502') HTTP/1.1" 204 0
2026-03-26 13:36:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728624> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bc2a3e2-9068-56be-9fa0-a2148a44c883 with identifier: 10728624
2026-03-26 13:36:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883 with scrape type 1
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fddf1eed0-4c1c-4a5c-85b5-dd74de7c1648.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/ddf1eed0-4c1c-4a5c-85b5-dd74de7c1648.jpg not downloaded yet
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fea5a1b09-ef80-48cb-b63c-05167ce3fa88.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/ea5a1b09-ef80-48cb-b63c-05167ce3fa88.jpg not downloaded yet
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fc170b3c6-7c59-4221-b419-b39645378513.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/c170b3c6-7c59-4221-b419-b39645378513.jpg not downloaded yet
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252F2498cf69-95b7-4484-9e58-0c330ecb6ac9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/2498cf69-95b7-4484-9e58-0c330ecb6ac9.jpg not downloaded yet
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fe525cd26-8063-4093-94f8-f780f357a0ad.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/e525cd26-8063-4093-94f8-f780f357a0ad.jpg not downloaded yet
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252F4272d646-dfd1-49a0-b329-a54e426dbfd2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/4272d646-dfd1-49a0-b329-a54e426dbfd2.jpg not downloaded yet
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fa5c226ab-1286-45a9-a264-bbe3d1d6d7c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/a5c226ab-1286-45a9-a264-bbe3d1d6d7c2.jpg not downloaded yet
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252F1cae843e-3113-444b-9acc-a9ccb6827407.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/1cae843e-3113-444b-9acc-a9ccb6827407.jpg not downloaded yet
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fe70d3e76-c41c-4f75-b065-f8d00475bb5b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/e70d3e76-c41c-4f75-b065-f8d00475bb5b.jpg not downloaded yet
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252F39720073-606b-4ae9-b1a2-3502f8ddbf34.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:36:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/39720073-606b-4ae9-b1a2-3502f8ddbf34.jpg not downloaded yet
2026-03-26 13:36:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699517> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 491388b3-0e83-5fa5-b7bc-998414aac98d with identifier: 10699517
2026-03-26 13:36:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 491388b3-0e83-5fa5-b7bc-998414aac98d with scrape type 2
2026-03-26 13:36:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 491388b3-0e83-5fa5-b7bc-998414aac98d with scrape type 2
2026-03-26 13:36:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 491388b3-0e83-5fa5-b7bc-998414aac98d, identifier: 10699517
2026-03-26 13:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 491388b3-0e83-5fa5-b7bc-998414aac98d with identifier: 10699517
2026-03-26 13:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 491388b3-0e83-5fa5-b7bc-998414aac98d with identifier: 10699517
2026-03-26 13:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 491388b3-0e83-5fa5-b7bc-998414aac98d with identifier: 10699517 to the API
2026-03-26 13:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699517>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '491388b3-0e83-5fa5-b7bc-998414aac98d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY-142-DP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699517',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 17429,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2024-07-09',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Allure - Petrol - Manual - 102 hp - 17.429 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-26 13:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699517%27 HTTP/1.1" 200 None
2026-03-26 13:36:54 [adesa.fr] INFO: Saving data for 10699517: {'auction_closing_time': 1798671600.0, 'created_time': 1774013641.10924, 'last_price_update_time': 1774532214.738942}
2026-03-26 13:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699517') HTTP/1.1" 204 0
2026-03-26 13:36:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/39720073-606b-4ae9-b1a2-3502f8ddbf34.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/e70d3e76-c41c-4f75-b065-f8d00475bb5b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac9a85710>
2026-03-26 13:36:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:54 [urllib3.connectionpool] DEBUG: Resetting dropped connection: alxproduction.blob.core.windows.net
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252F39720073-606b-4ae9-b1a2-3502f8ddbf34.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/39720073-606b-4ae9-b1a2-3502f8ddbf34.jpg saved to cache
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5fd47d0>
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fe70d3e76-c41c-4f75-b065-f8d00475bb5b.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/e70d3e76-c41c-4f75-b065-f8d00475bb5b.jpg saved to cache
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/1cae843e-3113-444b-9acc-a9ccb6827407.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/a5c226ab-1286-45a9-a264-bbe3d1d6d7c2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f268d0>
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252F1cae843e-3113-444b-9acc-a9ccb6827407.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/1cae843e-3113-444b-9acc-a9ccb6827407.jpg saved to cache
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5fd5d90>
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fa5c226ab-1286-45a9-a264-bbe3d1d6d7c2.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/a5c226ab-1286-45a9-a264-bbe3d1d6d7c2.jpg saved to cache
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/4272d646-dfd1-49a0-b329-a54e426dbfd2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/e525cd26-8063-4093-94f8-f780f357a0ad.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac547b710>
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252F4272d646-dfd1-49a0-b329-a54e426dbfd2.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/4272d646-dfd1-49a0-b329-a54e426dbfd2.jpg saved to cache
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10698905> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:36:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/2498cf69-95b7-4484-9e58-0c330ecb6ac9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac548aa50>
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fe525cd26-8063-4093-94f8-f780f357a0ad.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/e525cd26-8063-4093-94f8-f780f357a0ad.jpg saved to cache
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/ea5a1b09-ef80-48cb-b63c-05167ce3fa88.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9b8c7d2-4462-59e5-98e5-4a20b2aedade with identifier: 10698905
2026-03-26 13:36:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9b8c7d2-4462-59e5-98e5-4a20b2aedade with scrape type 2
2026-03-26 13:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9b8c7d2-4462-59e5-98e5-4a20b2aedade with scrape type 2
2026-03-26 13:36:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: a9b8c7d2-4462-59e5-98e5-4a20b2aedade, identifier: 10698905
2026-03-26 13:36:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: a9b8c7d2-4462-59e5-98e5-4a20b2aedade with identifier: 10698905
2026-03-26 13:36:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: a9b8c7d2-4462-59e5-98e5-4a20b2aedade with identifier: 10698905
2026-03-26 13:36:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: a9b8c7d2-4462-59e5-98e5-4a20b2aedade with identifier: 10698905 to the API
2026-03-26 13:36:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10698905>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 181,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Hybrid',
'id': 'a9b8c7d2-4462-59e5-98e5-4a20b2aedade',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '50224',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10698905',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 31834,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 20700,
'price_includes_vat': True,
'registration_date': '2023-03-27',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Alfa Romeo Tonale 1.3 Ti - Hybrid - Automatic - 181 hp - 31.834 km',
'transmission': 'automatic',
'trim': 'Ti',
'vin': None,
'year': 2023}
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698905%27 HTTP/1.1" 200 None
2026-03-26 13:36:56 [adesa.fr] INFO: Saving data for 10698905: {'auction_closing_time': 1798675200.0, 'created_time': 1774013600.972961, 'last_price_update_time': 1774532216.174718}
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10698905') HTTP/1.1" 204 0
2026-03-26 13:36:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/ddf1eed0-4c1c-4a5c-85b5-dd74de7c1648.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f26b50>
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252F2498cf69-95b7-4484-9e58-0c330ecb6ac9.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/2498cf69-95b7-4484-9e58-0c330ecb6ac9.jpg saved to cache
2026-03-26 13:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac605fe90>
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fea5a1b09-ef80-48cb-b63c-05167ce3fa88.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/ea5a1b09-ef80-48cb-b63c-05167ce3fa88.jpg saved to cache
2026-03-26 13:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5eda810>
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fddf1eed0-4c1c-4a5c-85b5-dd74de7c1648.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/ddf1eed0-4c1c-4a5c-85b5-dd74de7c1648.jpg saved to cache
2026-03-26 13:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747391/general/c170b3c6-7c59-4221-b419-b39645378513.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728624)
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac62974d0>
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:36:56 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747391%252Fgeneral%252Fc170b3c6-7c59-4221-b419-b39645378513.jpg') HTTP/1.1" 204 0
2026-03-26 13:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747391/general/c170b3c6-7c59-4221-b419-b39645378513.jpg saved to cache
2026-03-26 13:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883
2026-03-26 13:36:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4bc2a3e2-9068-56be-9fa0-a2148a44c883, skipping ID generation
2026-03-26 13:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883 with scrape type 1
2026-03-26 13:36:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4bc2a3e2-9068-56be-9fa0-a2148a44c883 sending to next pipeline
2026-03-26 13:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 4bc2a3e2-9068-56be-9fa0-a2148a44c883, identifier: 10728624
2026-03-26 13:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 4bc2a3e2-9068-56be-9fa0-a2148a44c883 with identifier: 10728624
2026-03-26 13:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 4bc2a3e2-9068-56be-9fa0-a2148a44c883 with identifier: 10728624
2026-03-26 13:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 4bc2a3e2-9068-56be-9fa0-a2148a44c883 with identifier: 10728624 to the API
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747391/general/c170b3c6-7c59-4221-b419-b39645378513.jpg>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '4bc2a3e2-9068-56be-9fa0-a2148a44c883',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX-039-LW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728624',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 19196,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 27,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212011,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/ddf1eed0-4c1c-4a5c-85b5-dd74de7c1648.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 212967,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/ea5a1b09-ef80-48cb-b63c-05167ce3fa88.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210253,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/c170b3c6-7c59-4221-b419-b39645378513.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209036,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/2498cf69-95b7-4484-9e58-0c330ecb6ac9.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230240,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/e525cd26-8063-4093-94f8-f780f357a0ad.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367369,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/4272d646-dfd1-49a0-b329-a54e426dbfd2.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 316256,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/a5c226ab-1286-45a9-a264-bbe3d1d6d7c2.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 380084,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/1cae843e-3113-444b-9acc-a9ccb6827407.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229020,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/e70d3e76-c41c-4f75-b065-f8d00475bb5b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4bc2a3e2-9068-56be-9fa0-a2148a44c883/4bc2a3e2-9068-56be-9fa0-a2148a44c883_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 312627,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747391/general/39720073-606b-4ae9-b1a2-3502f8ddbf34.jpg',
'Width': 1920}],
'price': 13800,
'price_includes_vat': True,
'registration_date': '2024-06-11',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Allure - Petrol - Manual - 102 hp - 19.196 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728624%27 HTTP/1.1" 200 None
2026-03-26 13:36:56 [adesa.fr] INFO: Saving data for 10728624: {'created_time': 1774532216.966382, 'last_price_update_time': 1774532216.966393, 'auction_closing_time': 1798671600.0}
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728624') HTTP/1.1" 204 0
2026-03-26 13:37:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721193> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa9c1f3b-aa19-53be-ac25-c6b379f22daf with identifier: 10721193
2026-03-26 13:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa9c1f3b-aa19-53be-ac25-c6b379f22daf with scrape type 2
2026-03-26 13:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa9c1f3b-aa19-53be-ac25-c6b379f22daf with scrape type 2
2026-03-26 13:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: fa9c1f3b-aa19-53be-ac25-c6b379f22daf, identifier: 10721193
2026-03-26 13:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: fa9c1f3b-aa19-53be-ac25-c6b379f22daf with identifier: 10721193
2026-03-26 13:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: fa9c1f3b-aa19-53be-ac25-c6b379f22daf with identifier: 10721193
2026-03-26 13:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: fa9c1f3b-aa19-53be-ac25-c6b379f22daf with identifier: 10721193 to the API
2026-03-26 13:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721193>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': 'Compact',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'nb',
'engine': '1.0L',
'engine_horse_power': 70,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'fa9c1f3b-aa19-53be-ac25-c6b379f22daf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GQ-515-MM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721193',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Fiat',
'model': '500',
'odometer': 24699,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2023-07-30',
'seats_number': 4,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Fiat 500 1.0 - Petrol - Manual - 70 hp - 24.699 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721193%27 HTTP/1.1" 200 None
2026-03-26 13:37:03 [adesa.fr] INFO: Saving data for 10721193: {'auction_closing_time': 1798671600.0, 'created_time': 1774445633.210006, 'last_price_update_time': 1774532223.765316}
2026-03-26 13:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721193') HTTP/1.1" 204 0
2026-03-26 13:37:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10698182> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d716eeb-0cce-525e-b7d4-ac9119c5d59b with identifier: 10698182
2026-03-26 13:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d716eeb-0cce-525e-b7d4-ac9119c5d59b with scrape type 2
2026-03-26 13:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d716eeb-0cce-525e-b7d4-ac9119c5d59b with scrape type 2
2026-03-26 13:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 0d716eeb-0cce-525e-b7d4-ac9119c5d59b, identifier: 10698182
2026-03-26 13:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 0d716eeb-0cce-525e-b7d4-ac9119c5d59b with identifier: 10698182
2026-03-26 13:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 0d716eeb-0cce-525e-b7d4-ac9119c5d59b with identifier: 10698182
2026-03-26 13:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 0d716eeb-0cce-525e-b7d4-ac9119c5d59b with identifier: 10698182 to the API
2026-03-26 13:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10698182>
{'auction_title': '',
'c_o_2_emission_value': 53,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.0L',
'engine_horse_power': 211,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': '0d716eeb-0cce-525e-b7d4-ac9119c5d59b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GM-393-BS',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10698182',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 73863,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 45000,
'price_includes_vat': True,
'registration_date': '2023-02-09',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Mercedes-Benz GLC 300e AMG Line - 4-Matic - Hybrid - Automatic - '
'211 hp - 73.863 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2023}
2026-03-26 13:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710698182%27 HTTP/1.1" 200 None
2026-03-26 13:37:04 [adesa.fr] INFO: Saving data for 10698182: {'auction_closing_time': 1798671600.0, 'created_time': 1774013616.497394, 'last_price_update_time': 1774532224.416938}
2026-03-26 13:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10698182') HTTP/1.1" 204 0
2026-03-26 13:37:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719679> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb4c77a0-5ec4-5afa-8222-37e410c24a04 with identifier: 10719679
2026-03-26 13:37:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb4c77a0-5ec4-5afa-8222-37e410c24a04 with scrape type 2
2026-03-26 13:37:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb4c77a0-5ec4-5afa-8222-37e410c24a04 with scrape type 2
2026-03-26 13:37:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: eb4c77a0-5ec4-5afa-8222-37e410c24a04, identifier: 10719679
2026-03-26 13:37:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: eb4c77a0-5ec4-5afa-8222-37e410c24a04 with identifier: 10719679
2026-03-26 13:37:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: eb4c77a0-5ec4-5afa-8222-37e410c24a04 with identifier: 10719679
2026-03-26 13:37:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: eb4c77a0-5ec4-5afa-8222-37e410c24a04 with identifier: 10719679 to the API
2026-03-26 13:37:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719679>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': 'eb4c77a0-5ec4-5afa-8222-37e410c24a04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GS-815-PF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719679',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS7 Crossback',
'odometer': 2561,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 27100,
'price_includes_vat': True,
'registration_date': '2023-11-23',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS7 Crossback 1.6 Rivoli - Hybrid - Automatic - 181 hp - 2.561 '
'km',
'transmission': 'automatic',
'trim': 'Rivoli',
'vin': None,
'year': 2023}
2026-03-26 13:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719679%27 HTTP/1.1" 200 None
2026-03-26 13:37:05 [adesa.fr] INFO: Saving data for 10719679: {'auction_closing_time': 1798671600.0, 'created_time': 1774445708.731771, 'last_price_update_time': 1774532225.139893}
2026-03-26 13:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10719679') HTTP/1.1" 204 0
2026-03-26 13:37:07 [scrapy.extensions.logstats] INFO: Crawled 83 pages (at 24 pages/min), scraped 77 items (at 22 items/min)
2026-03-26 13:37:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 13:37:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718734> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 006a30c8-7470-5e4a-80a7-b5f2bbdeffbc with identifier: 10718734
2026-03-26 13:37:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 006a30c8-7470-5e4a-80a7-b5f2bbdeffbc with scrape type 2
2026-03-26 13:37:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 006a30c8-7470-5e4a-80a7-b5f2bbdeffbc with scrape type 2
2026-03-26 13:37:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 006a30c8-7470-5e4a-80a7-b5f2bbdeffbc, identifier: 10718734
2026-03-26 13:37:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 006a30c8-7470-5e4a-80a7-b5f2bbdeffbc with identifier: 10718734
2026-03-26 13:37:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 006a30c8-7470-5e4a-80a7-b5f2bbdeffbc with identifier: 10718734
2026-03-26 13:37:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 006a30c8-7470-5e4a-80a7-b5f2bbdeffbc with identifier: 10718734 to the API
2026-03-26 13:37:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718734>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.6L',
'engine_horse_power': 200,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': '006a30c8-7470-5e4a-80a7-b5f2bbdeffbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV-461-SM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718734',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS7 Crossback',
'odometer': 20691,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 29700,
'price_includes_vat': True,
'registration_date': '2024-03-14',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS7 Crossback 1.6 Rivoli - AWD - Hybrid - Automatic - 200 hp - '
'20.691 km',
'transmission': 'automatic',
'trim': 'Rivoli',
'vin': None,
'year': 2024}
2026-03-26 13:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710718734%27 HTTP/1.1" 200 None
2026-03-26 13:37:07 [adesa.fr] INFO: Saving data for 10718734: {'auction_closing_time': 1798671600.0, 'created_time': 1774445709.531443, 'last_price_update_time': 1774532227.861186}
2026-03-26 13:37:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10718734') HTTP/1.1" 204 0
2026-03-26 13:37:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699513> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7721981b-6fae-5999-adee-a1f3a131608e with identifier: 10699513
2026-03-26 13:37:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7721981b-6fae-5999-adee-a1f3a131608e with scrape type 2
2026-03-26 13:37:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7721981b-6fae-5999-adee-a1f3a131608e with scrape type 2
2026-03-26 13:37:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 7721981b-6fae-5999-adee-a1f3a131608e, identifier: 10699513
2026-03-26 13:37:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 7721981b-6fae-5999-adee-a1f3a131608e with identifier: 10699513
2026-03-26 13:37:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 7721981b-6fae-5999-adee-a1f3a131608e with identifier: 10699513
2026-03-26 13:37:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 7721981b-6fae-5999-adee-a1f3a131608e with identifier: 10699513 to the API
2026-03-26 13:37:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699513>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '7721981b-6fae-5999-adee-a1f3a131608e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX-498-QV',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699513',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 19560,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': True,
'registration_date': '2024-06-19',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Allure - Petrol - Manual - 102 hp - 19.560 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-26 13:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699513%27 HTTP/1.1" 200 None
2026-03-26 13:37:09 [adesa.fr] INFO: Saving data for 10699513: {'auction_closing_time': 1798671600.0, 'created_time': 1774013641.470878, 'last_price_update_time': 1774532229.868082}
2026-03-26 13:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699513') HTTP/1.1" 204 0
2026-03-26 13:37:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723136> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0 with identifier: 10723136
2026-03-26 13:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0 with scrape type 1
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F253c1c85-5e2a-4cb3-acc0-5d700c2c8052.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/253c1c85-5e2a-4cb3-acc0-5d700c2c8052.jpg not downloaded yet
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252Fef0bf908-22f5-429b-b435-71824ccf7cc9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/ef0bf908-22f5-429b-b435-71824ccf7cc9.jpg not downloaded yet
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F32271ea0-a76c-43ec-9be4-3854f2d2c360.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/32271ea0-a76c-43ec-9be4-3854f2d2c360.jpg not downloaded yet
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F6fa77bc0-7890-466e-a12f-6819b301e765.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/6fa77bc0-7890-466e-a12f-6819b301e765.jpg not downloaded yet
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F388e8a1d-15ae-4b43-bf41-0779084e36ff.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/388e8a1d-15ae-4b43-bf41-0779084e36ff.jpg not downloaded yet
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F8f1b3022-bcc2-4f62-bf08-27da94bddee8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/8f1b3022-bcc2-4f62-bf08-27da94bddee8.jpg not downloaded yet
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F498c1d96-ccd7-436e-a7b0-70234c5cea11.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/498c1d96-ccd7-436e-a7b0-70234c5cea11.jpg not downloaded yet
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252Fbafe0b95-7d2c-421b-870c-4b340a400f29.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/bafe0b95-7d2c-421b-870c-4b340a400f29.jpg not downloaded yet
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F96053e3d-4587-4e29-bc1e-e5c6efe246b7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/96053e3d-4587-4e29-bc1e-e5c6efe246b7.jpg not downloaded yet
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F844b4e33-2c68-41ca-ada6-8b1a7bb18763.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/844b4e33-2c68-41ca-ada6-8b1a7bb18763.jpg not downloaded yet
2026-03-26 13:37:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726267> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:12 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0 with identifier: 10726267, dropping item
2026-03-26 13:37:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/844b4e33-2c68-41ca-ada6-8b1a7bb18763.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac61340d0>
2026-03-26 13:37:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:37:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F844b4e33-2c68-41ca-ada6-8b1a7bb18763.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/844b4e33-2c68-41ca-ada6-8b1a7bb18763.jpg saved to cache
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/96053e3d-4587-4e29-bc1e-e5c6efe246b7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac611ed90>
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F96053e3d-4587-4e29-bc1e-e5c6efe246b7.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/96053e3d-4587-4e29-bc1e-e5c6efe246b7.jpg saved to cache
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/bafe0b95-7d2c-421b-870c-4b340a400f29.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac600ded0>
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252Fbafe0b95-7d2c-421b-870c-4b340a400f29.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/bafe0b95-7d2c-421b-870c-4b340a400f29.jpg saved to cache
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/498c1d96-ccd7-436e-a7b0-70234c5cea11.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/8f1b3022-bcc2-4f62-bf08-27da94bddee8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5edebd0>
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F498c1d96-ccd7-436e-a7b0-70234c5cea11.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/498c1d96-ccd7-436e-a7b0-70234c5cea11.jpg saved to cache
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/388e8a1d-15ae-4b43-bf41-0779084e36ff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5eb4190>
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F8f1b3022-bcc2-4f62-bf08-27da94bddee8.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/8f1b3022-bcc2-4f62-bf08-27da94bddee8.jpg saved to cache
2026-03-26 13:37:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ec7790>
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F388e8a1d-15ae-4b43-bf41-0779084e36ff.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/388e8a1d-15ae-4b43-bf41-0779084e36ff.jpg saved to cache
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/6fa77bc0-7890-466e-a12f-6819b301e765.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/32271ea0-a76c-43ec-9be4-3854f2d2c360.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f24810>
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F6fa77bc0-7890-466e-a12f-6819b301e765.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/6fa77bc0-7890-466e-a12f-6819b301e765.jpg saved to cache
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6102210>
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F32271ea0-a76c-43ec-9be4-3854f2d2c360.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/32271ea0-a76c-43ec-9be4-3854f2d2c360.jpg saved to cache
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/ef0bf908-22f5-429b-b435-71824ccf7cc9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745676/general/253c1c85-5e2a-4cb3-acc0-5d700c2c8052.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723136)
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6274e90>
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252Fef0bf908-22f5-429b-b435-71824ccf7cc9.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/ef0bf908-22f5-429b-b435-71824ccf7cc9.jpg saved to cache
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac606f150>
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:14 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745676%252Fgeneral%252F253c1c85-5e2a-4cb3-acc0-5d700c2c8052.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745676/general/253c1c85-5e2a-4cb3-acc0-5d700c2c8052.jpg saved to cache
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0
2026-03-26 13:37:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0, skipping ID generation
2026-03-26 13:37:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0 with scrape type 1
2026-03-26 13:37:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0 sending to next pipeline
2026-03-26 13:37:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0, identifier: 10723136
2026-03-26 13:37:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0 with identifier: 10723136
2026-03-26 13:37:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0 with identifier: 10723136
2026-03-26 13:37:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0 with identifier: 10723136 to the API
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5745676/general/253c1c85-5e2a-4cb3-acc0-5d700c2c8052.jpg>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': '8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HF-446-HR',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723136',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '508',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 29,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 174694,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/253c1c85-5e2a-4cb3-acc0-5d700c2c8052.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178238,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/ef0bf908-22f5-429b-b435-71824ccf7cc9.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158986,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/32271ea0-a76c-43ec-9be4-3854f2d2c360.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162765,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/6fa77bc0-7890-466e-a12f-6819b301e765.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182771,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/388e8a1d-15ae-4b43-bf41-0779084e36ff.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 565614,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/8f1b3022-bcc2-4f62-bf08-27da94bddee8.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 523712,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/498c1d96-ccd7-436e-a7b0-70234c5cea11.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 536996,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/bafe0b95-7d2c-421b-870c-4b340a400f29.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564395,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/96053e3d-4587-4e29-bc1e-e5c6efe246b7.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0/8b0809a2-c4d2-5d4d-b7c9-cbe81e73b8b0_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 481587,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745676/general/844b4e33-2c68-41ca-ada6-8b1a7bb18763.jpg',
'Width': 1920}],
'price': 26600,
'price_includes_vat': True,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 508 1.6 Allure - Hybrid - Automatic - 180 hp - 50 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723136%27 HTTP/1.1" 200 None
2026-03-26 13:37:14 [adesa.fr] INFO: Saving data for 10723136: {'created_time': 1774532234.987937, 'last_price_update_time': 1774532234.987949, 'auction_closing_time': 1798671600.0}
2026-03-26 13:37:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723136') HTTP/1.1" 204 0
2026-03-26 13:37:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721340> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6573165a-71c4-51cb-9447-642edf07d6df with identifier: 10721340
2026-03-26 13:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6573165a-71c4-51cb-9447-642edf07d6df with scrape type 2
2026-03-26 13:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6573165a-71c4-51cb-9447-642edf07d6df with scrape type 2
2026-03-26 13:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 6573165a-71c4-51cb-9447-642edf07d6df, identifier: 10721340
2026-03-26 13:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 6573165a-71c4-51cb-9447-642edf07d6df with identifier: 10721340
2026-03-26 13:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 6573165a-71c4-51cb-9447-642edf07d6df with identifier: 10721340
2026-03-26 13:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 6573165a-71c4-51cb-9447-642edf07d6df with identifier: 10721340 to the API
2026-03-26 13:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721340>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '6573165a-71c4-51cb-9447-642edf07d6df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57368',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721340',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 24897,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 23400,
'price_includes_vat': True,
'registration_date': '2025-02-28',
'seats_number': 7,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 5008 1.2 Allure - Petrol - Automatic - 136 hp - 24.897 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721340%27 HTTP/1.1" 200 None
2026-03-26 13:37:33 [adesa.fr] INFO: Saving data for 10721340: {'auction_closing_time': 1798671600.0, 'created_time': 1774445707.565642, 'last_price_update_time': 1774532253.033537}
2026-03-26 13:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721340') HTTP/1.1" 204 0
2026-03-26 13:37:40 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:40 [adesa.fr] INFO: Found listing with ID: 10699467
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699467%27 HTTP/1.1" 200 None
2026-03-26 13:37:40 [adesa.fr] INFO: Scrape type for 10699467: 2
2026-03-26 13:37:40 [adesa.fr] INFO: Scraping item 10699467 url https://www.openlane.eu/en/carv6/auction/10699467
2026-03-26 13:37:40 [adesa.fr] INFO: Found listing with ID: 10693704
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710693704%27 HTTP/1.1" 200 None
2026-03-26 13:37:40 [adesa.fr] INFO: Scrape type for 10693704: 0
2026-03-26 13:37:40 [adesa.fr] INFO: Skipping item 10693704 url https://www.openlane.eu/en/carv6/auction/10693704
2026-03-26 13:37:40 [adesa.fr] INFO: Found listing with ID: 10695919
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710695919%27 HTTP/1.1" 200 None
2026-03-26 13:37:40 [adesa.fr] INFO: Scrape type for 10695919: 2
2026-03-26 13:37:40 [adesa.fr] INFO: Scraping item 10695919 url https://www.openlane.eu/en/carv6/auction/10695919
2026-03-26 13:37:40 [adesa.fr] INFO: Found listing with ID: 10687169
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710687169%27 HTTP/1.1" 200 None
2026-03-26 13:37:40 [adesa.fr] INFO: Scrape type for 10687169: 0
2026-03-26 13:37:40 [adesa.fr] INFO: Skipping item 10687169 url https://www.openlane.eu/en/carv6/auction/10687169
2026-03-26 13:37:40 [adesa.fr] INFO: Found listing with ID: 10715524
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710715524%27 HTTP/1.1" 200 None
2026-03-26 13:37:40 [adesa.fr] INFO: Scrape type for 10715524: 0
2026-03-26 13:37:40 [adesa.fr] INFO: Skipping item 10715524 url https://www.openlane.eu/en/carv6/auction/10715524
2026-03-26 13:37:40 [adesa.fr] INFO: Found listing with ID: 10652149
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710652149%27 HTTP/1.1" 200 None
2026-03-26 13:37:40 [adesa.fr] INFO: Scrape type for 10652149: 0
2026-03-26 13:37:40 [adesa.fr] INFO: Skipping item 10652149 url https://www.openlane.eu/en/carv6/auction/10652149
2026-03-26 13:37:40 [adesa.fr] INFO: Found listing with ID: 10699412
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699412%27 HTTP/1.1" 200 None
2026-03-26 13:37:40 [adesa.fr] INFO: Scrape type for 10699412: 2
2026-03-26 13:37:40 [adesa.fr] INFO: Scraping item 10699412 url https://www.openlane.eu/en/carv6/auction/10699412
2026-03-26 13:37:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10725178> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aefffbab-f241-5aa9-962a-ec0f32fba38a with identifier: 10725178
2026-03-26 13:37:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aefffbab-f241-5aa9-962a-ec0f32fba38a with scrape type 1
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F89af5f09-20ec-4c64-9db5-59edb27afeee.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/89af5f09-20ec-4c64-9db5-59edb27afeee.jpg not downloaded yet
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F57eb4ed8-8282-491b-99b3-3c49abcd621b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/57eb4ed8-8282-491b-99b3-3c49abcd621b.jpg not downloaded yet
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F9e542a73-fe46-490c-8344-6546da3eea91.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/9e542a73-fe46-490c-8344-6546da3eea91.jpg not downloaded yet
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252Ffd3fd4bd-21a1-4343-bda1-a3a079e28b66.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/fd3fd4bd-21a1-4343-bda1-a3a079e28b66.jpg not downloaded yet
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F0443d060-a54c-4d9a-8ce8-b5f4e7cf5a6e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/0443d060-a54c-4d9a-8ce8-b5f4e7cf5a6e.jpg not downloaded yet
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252Ff966450d-a264-4252-b015-cd176f75dd0f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/f966450d-a264-4252-b015-cd176f75dd0f.jpg not downloaded yet
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F1ac95ca0-5215-446a-8a83-09d1a4401e3e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/1ac95ca0-5215-446a-8a83-09d1a4401e3e.jpg not downloaded yet
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252Ffb02c891-c356-41a5-9318-a68e8b5820e4.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/fb02c891-c356-41a5-9318-a68e8b5820e4.jpg not downloaded yet
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252Fc467ac84-aa91-41dd-bef4-eb26781b65e0.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/c467ac84-aa91-41dd-bef4-eb26781b65e0.jpg not downloaded yet
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F4f46466b-092b-46f4-bf39-b9ea64b71723.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/4f46466b-092b-46f4-bf39-b9ea64b71723.jpg not downloaded yet
2026-03-26 13:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728755> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/4f46466b-092b-46f4-bf39-b9ea64b71723.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8 with identifier: 10728755
2026-03-26 13:37:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8 with scrape type 1
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252F37b86b02-5fa2-4aaf-82e5-412460751a9d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/37b86b02-5fa2-4aaf-82e5-412460751a9d.jpg already downloaded
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252F35a3e0af-8ba1-48e5-9769-0dabbe45c0ef.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/35a3e0af-8ba1-48e5-9769-0dabbe45c0ef.jpg already downloaded
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252F1e03beb6-17eb-4881-adb3-0c7a7809ed8a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/1e03beb6-17eb-4881-adb3-0c7a7809ed8a.jpg already downloaded
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252Fc886f12c-52ce-4202-aef2-e2d5542ba037.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/c886f12c-52ce-4202-aef2-e2d5542ba037.jpg already downloaded
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252Ff7bd72a4-87ad-4fd6-ac07-96db369675c7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/f7bd72a4-87ad-4fd6-ac07-96db369675c7.jpg already downloaded
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252F955c9eb4-6246-4eeb-8243-394e5b602cc8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/955c9eb4-6246-4eeb-8243-394e5b602cc8.jpg already downloaded
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252F8d0e286f-531a-4575-ba6e-d58656a4d536.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/8d0e286f-531a-4575-ba6e-d58656a4d536.jpg already downloaded
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252F9e9f815e-0aee-44c3-96b3-cd12d135fb68.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/9e9f815e-0aee-44c3-96b3-cd12d135fb68.jpg already downloaded
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252Ff286848e-a5a2-44d3-9231-d85be24d840e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/f286848e-a5a2-44d3-9231-d85be24d840e.jpg already downloaded
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5666471%252Fgeneral%252Fa6aac4ef-447f-4712-94a9-1520f5cf387f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5666471/general/a6aac4ef-447f-4712-94a9-1520f5cf387f.jpg already downloaded
2026-03-26 13:37:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8, identifier: 10728755
2026-03-26 13:37:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8 with identifier: 10728755
2026-03-26 13:37:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8 with identifier: 10728755
2026-03-26 13:37:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8 with identifier: 10728755 to the API
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728755>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': 'bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HA-681-LD',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728755',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '408',
'odometer': 29848,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 34,
'photo_urls': ['https://images.openlane.eu/carimgs/5666471/general/37b86b02-5fa2-4aaf-82e5-412460751a9d.jpg',
'https://images.openlane.eu/carimgs/5666471/general/35a3e0af-8ba1-48e5-9769-0dabbe45c0ef.jpg',
'https://images.openlane.eu/carimgs/5666471/general/1e03beb6-17eb-4881-adb3-0c7a7809ed8a.jpg',
'https://images.openlane.eu/carimgs/5666471/general/c886f12c-52ce-4202-aef2-e2d5542ba037.jpg',
'https://images.openlane.eu/carimgs/5666471/general/f7bd72a4-87ad-4fd6-ac07-96db369675c7.jpg',
'https://images.openlane.eu/carimgs/5666471/general/955c9eb4-6246-4eeb-8243-394e5b602cc8.jpg',
'https://images.openlane.eu/carimgs/5666471/general/8d0e286f-531a-4575-ba6e-d58656a4d536.jpg',
'https://images.openlane.eu/carimgs/5666471/general/9e9f815e-0aee-44c3-96b3-cd12d135fb68.jpg',
'https://images.openlane.eu/carimgs/5666471/general/f286848e-a5a2-44d3-9231-d85be24d840e.jpg',
'https://images.openlane.eu/carimgs/5666471/general/a6aac4ef-447f-4712-94a9-1520f5cf387f.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 186574,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/37b86b02-5fa2-4aaf-82e5-412460751a9d.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 184495,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/35a3e0af-8ba1-48e5-9769-0dabbe45c0ef.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196010,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/f7bd72a4-87ad-4fd6-ac07-96db369675c7.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167940,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/c886f12c-52ce-4202-aef2-e2d5542ba037.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 170210,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/1e03beb6-17eb-4881-adb3-0c7a7809ed8a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196741,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/955c9eb4-6246-4eeb-8243-394e5b602cc8.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 353914,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/9e9f815e-0aee-44c3-96b3-cd12d135fb68.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 330414,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/a6aac4ef-447f-4712-94a9-1520f5cf387f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 404920,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/8d0e286f-531a-4575-ba6e-d58656a4d536.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8/bbbb1e43-dde7-5e53-b0d1-36b85efe2bd8_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 394684,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5666471/general/f286848e-a5a2-44d3-9231-d85be24d840e.jpg',
'Width': 1920}],
'price': 21500,
'price_includes_vat': True,
'registration_date': '2024-11-27',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 408 1.2 GT - Hybrid - Automatic - 136 hp - 29.848 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2024}
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728755%27 HTTP/1.1" 200 None
2026-03-26 13:37:43 [adesa.fr] INFO: Saving data for 10728755: {'created_time': 1774532263.722855, 'last_price_update_time': 1774532263.722866, 'auction_closing_time': 1798671600.0}
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728755') HTTP/1.1" 204 0
2026-03-26 13:37:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac606ee90>
2026-03-26 13:37:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F4f46466b-092b-46f4-bf39-b9ea64b71723.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/4f46466b-092b-46f4-bf39-b9ea64b71723.jpg saved to cache
2026-03-26 13:37:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/c467ac84-aa91-41dd-bef4-eb26781b65e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f25850>
2026-03-26 13:37:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:37:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252Fc467ac84-aa91-41dd-bef4-eb26781b65e0.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/c467ac84-aa91-41dd-bef4-eb26781b65e0.jpg saved to cache
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728626> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05804c0a-0410-5817-b705-7504f8469dd5 with identifier: 10728626
2026-03-26 13:37:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05804c0a-0410-5817-b705-7504f8469dd5 with scrape type 1
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 05804c0a-0410-5817-b705-7504f8469dd5
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252Fe9603911-7127-4e31-a4d4-60dd8988d528.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/e9603911-7127-4e31-a4d4-60dd8988d528.jpg already downloaded
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252F1e1ca27d-25f0-41d3-9bdc-4b8892ef0038.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/1e1ca27d-25f0-41d3-9bdc-4b8892ef0038.jpg already downloaded
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252F781d5398-bc49-473e-8293-9f2f2aa751c2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/781d5398-bc49-473e-8293-9f2f2aa751c2.jpg already downloaded
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252F1ab5bf35-357f-49cc-bff6-424fedf70f96.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/1ab5bf35-357f-49cc-bff6-424fedf70f96.jpg already downloaded
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252F5914a17f-61bf-441a-9fbb-5c839ad0c711.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/5914a17f-61bf-441a-9fbb-5c839ad0c711.jpg already downloaded
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252F248fd913-fbc0-48d6-a8f6-4b001b26d6a3.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/248fd913-fbc0-48d6-a8f6-4b001b26d6a3.jpg already downloaded
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252F7e208aed-525c-4072-b7f5-c045bc433a5f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/7e208aed-525c-4072-b7f5-c045bc433a5f.jpg already downloaded
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252F326616a4-aba0-4cf1-9884-aedc00e74d8a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/326616a4-aba0-4cf1-9884-aedc00e74d8a.jpg already downloaded
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252F6839ba15-b704-4b5e-915a-d9456671bb6b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/6839ba15-b704-4b5e-915a-d9456671bb6b.jpg already downloaded
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5721145%252Fgeneral%252Fdf980359-fccc-4a3b-8d5c-1f11605f378b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5721145/general/df980359-fccc-4a3b-8d5c-1f11605f378b.jpg already downloaded
2026-03-26 13:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 05804c0a-0410-5817-b705-7504f8469dd5, identifier: 10728626
2026-03-26 13:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 05804c0a-0410-5817-b705-7504f8469dd5 with identifier: 10728626
2026-03-26 13:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 05804c0a-0410-5817-b705-7504f8469dd5 with identifier: 10728626
2026-03-26 13:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 05804c0a-0410-5817-b705-7504f8469dd5 with identifier: 10728626 to the API
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728626>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '05804c0a-0410-5817-b705-7504f8469dd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY-245-CG',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728626',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 19025,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 17,
'photo_urls': ['https://images.openlane.eu/carimgs/5721145/general/e9603911-7127-4e31-a4d4-60dd8988d528.jpg',
'https://images.openlane.eu/carimgs/5721145/general/1e1ca27d-25f0-41d3-9bdc-4b8892ef0038.jpg',
'https://images.openlane.eu/carimgs/5721145/general/781d5398-bc49-473e-8293-9f2f2aa751c2.jpg',
'https://images.openlane.eu/carimgs/5721145/general/1ab5bf35-357f-49cc-bff6-424fedf70f96.jpg',
'https://images.openlane.eu/carimgs/5721145/general/5914a17f-61bf-441a-9fbb-5c839ad0c711.jpg',
'https://images.openlane.eu/carimgs/5721145/general/248fd913-fbc0-48d6-a8f6-4b001b26d6a3.jpg',
'https://images.openlane.eu/carimgs/5721145/general/7e208aed-525c-4072-b7f5-c045bc433a5f.jpg',
'https://images.openlane.eu/carimgs/5721145/general/326616a4-aba0-4cf1-9884-aedc00e74d8a.jpg',
'https://images.openlane.eu/carimgs/5721145/general/6839ba15-b704-4b5e-915a-d9456671bb6b.jpg',
'https://images.openlane.eu/carimgs/5721145/general/df980359-fccc-4a3b-8d5c-1f11605f378b.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221353,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/e9603911-7127-4e31-a4d4-60dd8988d528.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234273,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/1e1ca27d-25f0-41d3-9bdc-4b8892ef0038.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204953,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/781d5398-bc49-473e-8293-9f2f2aa751c2.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193136,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/1ab5bf35-357f-49cc-bff6-424fedf70f96.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213230,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/5914a17f-61bf-441a-9fbb-5c839ad0c711.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 228209,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/248fd913-fbc0-48d6-a8f6-4b001b26d6a3.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 436733,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/7e208aed-525c-4072-b7f5-c045bc433a5f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 438445,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/326616a4-aba0-4cf1-9884-aedc00e74d8a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 399723,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/6839ba15-b704-4b5e-915a-d9456671bb6b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2da2e49f-eebf-505c-af5b-aa1ca7c3d154/2da2e49f-eebf-505c-af5b-aa1ca7c3d154_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 413056,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5721145/general/df980359-fccc-4a3b-8d5c-1f11605f378b.jpg',
'Width': 1920}],
'price': 13800,
'price_includes_vat': True,
'registration_date': '2024-07-05',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Allure - Petrol - Manual - 102 hp - 19.025 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728626%27 HTTP/1.1" 200 None
2026-03-26 13:37:45 [adesa.fr] INFO: Saving data for 10728626: {'created_time': 1774532265.314974, 'last_price_update_time': 1774532265.314986, 'auction_closing_time': 1798671600.0}
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728626') HTTP/1.1" 204 0
2026-03-26 13:37:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699388> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/1ac95ca0-5215-446a-8a83-09d1a4401e3e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7708986e-3dd5-5e48-b954-70557234092e with identifier: 10699388
2026-03-26 13:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7708986e-3dd5-5e48-b954-70557234092e with scrape type 2
2026-03-26 13:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7708986e-3dd5-5e48-b954-70557234092e with scrape type 2
2026-03-26 13:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 7708986e-3dd5-5e48-b954-70557234092e, identifier: 10699388
2026-03-26 13:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 7708986e-3dd5-5e48-b954-70557234092e with identifier: 10699388
2026-03-26 13:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 7708986e-3dd5-5e48-b954-70557234092e with identifier: 10699388
2026-03-26 13:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 7708986e-3dd5-5e48-b954-70557234092e with identifier: 10699388 to the API
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699388>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '7708986e-3dd5-5e48-b954-70557234092e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HC-941-KT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699388',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '408',
'odometer': 5403,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 23200,
'price_includes_vat': True,
'registration_date': '2025-03-17',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 408 GT - Petrol - Automatic - 136 hp - 5.403 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2025}
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699388%27 HTTP/1.1" 200 None
2026-03-26 13:37:45 [adesa.fr] INFO: Saving data for 10699388: {'auction_closing_time': 1798671600.0, 'created_time': 1774013628.721014, 'last_price_update_time': 1774532265.87187}
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699388') HTTP/1.1" 204 0
2026-03-26 13:37:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/0443d060-a54c-4d9a-8ce8-b5f4e7cf5a6e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6296690>
2026-03-26 13:37:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F1ac95ca0-5215-446a-8a83-09d1a4401e3e.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/1ac95ca0-5215-446a-8a83-09d1a4401e3e.jpg saved to cache
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/fb02c891-c356-41a5-9318-a68e8b5820e4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac604ce50>
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F0443d060-a54c-4d9a-8ce8-b5f4e7cf5a6e.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/0443d060-a54c-4d9a-8ce8-b5f4e7cf5a6e.jpg saved to cache
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/fd3fd4bd-21a1-4343-bda1-a3a079e28b66.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/f966450d-a264-4252-b015-cd176f75dd0f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/9e542a73-fe46-490c-8344-6546da3eea91.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6277f10>
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252Ffb02c891-c356-41a5-9318-a68e8b5820e4.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/fb02c891-c356-41a5-9318-a68e8b5820e4.jpg saved to cache
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/57eb4ed8-8282-491b-99b3-3c49abcd621b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746289/general/89af5f09-20ec-4c64-9db5-59edb27afeee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10725178)
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6079cd0>
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252Ffd3fd4bd-21a1-4343-bda1-a3a079e28b66.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/fd3fd4bd-21a1-4343-bda1-a3a079e28b66.jpg saved to cache
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6233e90>
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252Ff966450d-a264-4252-b015-cd176f75dd0f.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/f966450d-a264-4252-b015-cd176f75dd0f.jpg saved to cache
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5488410>
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F9e542a73-fe46-490c-8344-6546da3eea91.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/9e542a73-fe46-490c-8344-6546da3eea91.jpg saved to cache
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6274f90>
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F57eb4ed8-8282-491b-99b3-3c49abcd621b.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/57eb4ed8-8282-491b-99b3-3c49abcd621b.jpg saved to cache
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac613b3d0>
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746289%252Fgeneral%252F89af5f09-20ec-4c64-9db5-59edb27afeee.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746289/general/89af5f09-20ec-4c64-9db5-59edb27afeee.jpg saved to cache
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item aefffbab-f241-5aa9-962a-ec0f32fba38a
2026-03-26 13:37:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aefffbab-f241-5aa9-962a-ec0f32fba38a, skipping ID generation
2026-03-26 13:37:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aefffbab-f241-5aa9-962a-ec0f32fba38a with scrape type 1
2026-03-26 13:37:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aefffbab-f241-5aa9-962a-ec0f32fba38a sending to next pipeline
2026-03-26 13:37:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: aefffbab-f241-5aa9-962a-ec0f32fba38a, identifier: 10725178
2026-03-26 13:37:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: aefffbab-f241-5aa9-962a-ec0f32fba38a with identifier: 10725178
2026-03-26 13:37:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: aefffbab-f241-5aa9-962a-ec0f32fba38a with identifier: 10725178
2026-03-26 13:37:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: aefffbab-f241-5aa9-962a-ec0f32fba38a with identifier: 10725178 to the API
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746289/general/89af5f09-20ec-4c64-9db5-59edb27afeee.jpg>
{'auction_title': '',
'c_o_2_emission_value': 238,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'engine_horse_power': 141,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Diesel',
'id': 'aefffbab-f241-5aa9-962a-ec0f32fba38a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HE-351-LL',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10725178',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 133148,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/89af5f09-20ec-4c64-9db5-59edb27afeee.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 134319,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/57eb4ed8-8282-491b-99b3-3c49abcd621b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 122397,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/9e542a73-fe46-490c-8344-6546da3eea91.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149625,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/fd3fd4bd-21a1-4343-bda1-a3a079e28b66.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117054,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/0443d060-a54c-4d9a-8ce8-b5f4e7cf5a6e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 434428,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/f966450d-a264-4252-b015-cd176f75dd0f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 609879,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/1ac95ca0-5215-446a-8a83-09d1a4401e3e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292824,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/fb02c891-c356-41a5-9318-a68e8b5820e4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295675,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/c467ac84-aa91-41dd-bef4-eb26781b65e0.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aefffbab-f241-5aa9-962a-ec0f32fba38a/aefffbab-f241-5aa9-962a-ec0f32fba38a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109854,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746289/general/4f46466b-092b-46f4-bf39-b9ea64b71723.jpg',
'Width': 1920}],
'price': 26900,
'price_includes_vat': True,
'registration_date': '2025-06-30',
'seats_number': 3,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot Boxer L2H2 2.2 HDI - Diesel - Automatic - 141 hp - 50 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2025}
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710725178%27 HTTP/1.1" 200 None
2026-03-26 13:37:46 [adesa.fr] INFO: Saving data for 10725178: {'created_time': 1774532266.973174, 'last_price_update_time': 1774532266.973187, 'auction_closing_time': 1798671600.0}
2026-03-26 13:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10725178') HTTP/1.1" 204 0
2026-03-26 13:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721342> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728849> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f8b1040-a871-5b49-971a-eca973113a33 with identifier: 10721342
2026-03-26 13:37:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f8b1040-a871-5b49-971a-eca973113a33 with scrape type 2
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f8b1040-a871-5b49-971a-eca973113a33 with scrape type 2
2026-03-26 13:37:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 2f8b1040-a871-5b49-971a-eca973113a33, identifier: 10721342
2026-03-26 13:37:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a868db16-e080-5195-bcd4-0f065744e3e3 with identifier: 10728849
2026-03-26 13:37:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a868db16-e080-5195-bcd4-0f065744e3e3 with scrape type 1
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F97a4981e-ddae-4360-8413-62028177b903.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/97a4981e-ddae-4360-8413-62028177b903.jpg not downloaded yet
2026-03-26 13:37:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 2f8b1040-a871-5b49-971a-eca973113a33 with identifier: 10721342
2026-03-26 13:37:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 2f8b1040-a871-5b49-971a-eca973113a33 with identifier: 10721342
2026-03-26 13:37:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 2f8b1040-a871-5b49-971a-eca973113a33 with identifier: 10721342 to the API
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721342>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '2f8b1040-a871-5b49-971a-eca973113a33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57367',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721342',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 29473,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 23400,
'price_includes_vat': True,
'registration_date': '2025-02-03',
'seats_number': 7,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 5008 Allure - Petrol - Automatic - 136 hp - 29.473 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721342%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [adesa.fr] INFO: Saving data for 10721342: {'auction_closing_time': 1798671600.0, 'created_time': 1774445688.655261, 'last_price_update_time': 1774532267.596173}
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721342') HTTP/1.1" 204 0
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Fb90d5a41-c599-428d-89a5-4dd728101f1a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/b90d5a41-c599-428d-89a5-4dd728101f1a.jpg not downloaded yet
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Fd8e87849-cb33-4b60-b121-39d120f786bc.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/d8e87849-cb33-4b60-b121-39d120f786bc.jpg not downloaded yet
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F26e8509c-f624-4389-9be0-7d77f11c5041.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/26e8509c-f624-4389-9be0-7d77f11c5041.jpg not downloaded yet
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Ffa029dfb-df05-498a-8cf0-1511fbf6d252.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/fa029dfb-df05-498a-8cf0-1511fbf6d252.jpg not downloaded yet
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F471c6a4f-3517-44a9-99ca-f9b065354173.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/471c6a4f-3517-44a9-99ca-f9b065354173.jpg not downloaded yet
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F6483ccbc-124a-4513-a3fd-0df04955c13a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/6483ccbc-124a-4513-a3fd-0df04955c13a.jpg not downloaded yet
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F3762b8ed-3a57-472f-b5fa-01cc7a960b9e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/3762b8ed-3a57-472f-b5fa-01cc7a960b9e.jpg not downloaded yet
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Fd2e4a694-c31c-4af9-9113-c2f401c1cdfe.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/d2e4a694-c31c-4af9-9113-c2f401c1cdfe.jpg not downloaded yet
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Fbc9c5498-0689-4953-8b39-18be982a6d30.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:37:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/bc9c5498-0689-4953-8b39-18be982a6d30.jpg not downloaded yet
2026-03-26 13:37:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699416> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cbc7e37-feb3-5895-8ac1-093ce676554a with identifier: 10699416
2026-03-26 13:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cbc7e37-feb3-5895-8ac1-093ce676554a with scrape type 2
2026-03-26 13:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cbc7e37-feb3-5895-8ac1-093ce676554a with scrape type 2
2026-03-26 13:37:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 5cbc7e37-feb3-5895-8ac1-093ce676554a, identifier: 10699416
2026-03-26 13:37:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 5cbc7e37-feb3-5895-8ac1-093ce676554a with identifier: 10699416
2026-03-26 13:37:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 5cbc7e37-feb3-5895-8ac1-093ce676554a with identifier: 10699416
2026-03-26 13:37:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 5cbc7e37-feb3-5895-8ac1-093ce676554a with identifier: 10699416 to the API
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699416>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': 'Estate',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '5cbc7e37-feb3-5895-8ac1-093ce676554a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HE-589-CF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699416',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 4526,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 20300,
'price_includes_vat': True,
'registration_date': '2025-06-17',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 308 SW Allure - Petrol - Automatic - 136 hp - 4.526 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699416%27 HTTP/1.1" 200 None
2026-03-26 13:37:53 [adesa.fr] INFO: Saving data for 10699416: {'auction_closing_time': 1798671600.0, 'created_time': 1774013653.07373, 'last_price_update_time': 1774532273.240942}
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699416') HTTP/1.1" 204 0
2026-03-26 13:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/bc9c5498-0689-4953-8b39-18be982a6d30.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac8031fd0>
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Fbc9c5498-0689-4953-8b39-18be982a6d30.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/bc9c5498-0689-4953-8b39-18be982a6d30.jpg saved to cache
2026-03-26 13:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/d2e4a694-c31c-4af9-9113-c2f401c1cdfe.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/3762b8ed-3a57-472f-b5fa-01cc7a960b9e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f25850>
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Fd2e4a694-c31c-4af9-9113-c2f401c1cdfe.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/d2e4a694-c31c-4af9-9113-c2f401c1cdfe.jpg saved to cache
2026-03-26 13:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6232a10>
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F3762b8ed-3a57-472f-b5fa-01cc7a960b9e.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/3762b8ed-3a57-472f-b5fa-01cc7a960b9e.jpg saved to cache
2026-03-26 13:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/6483ccbc-124a-4513-a3fd-0df04955c13a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac82dad90>
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F6483ccbc-124a-4513-a3fd-0df04955c13a.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/6483ccbc-124a-4513-a3fd-0df04955c13a.jpg saved to cache
2026-03-26 13:37:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/471c6a4f-3517-44a9-99ca-f9b065354173.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/fa029dfb-df05-498a-8cf0-1511fbf6d252.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ad57a1c50>
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F471c6a4f-3517-44a9-99ca-f9b065354173.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/471c6a4f-3517-44a9-99ca-f9b065354173.jpg saved to cache
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/26e8509c-f624-4389-9be0-7d77f11c5041.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac7ff3ad0>
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Ffa029dfb-df05-498a-8cf0-1511fbf6d252.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/fa029dfb-df05-498a-8cf0-1511fbf6d252.jpg saved to cache
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/d8e87849-cb33-4b60-b121-39d120f786bc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6297e90>
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F26e8509c-f624-4389-9be0-7d77f11c5041.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/26e8509c-f624-4389-9be0-7d77f11c5041.jpg saved to cache
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/b90d5a41-c599-428d-89a5-4dd728101f1a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6edb150>
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Fd8e87849-cb33-4b60-b121-39d120f786bc.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/d8e87849-cb33-4b60-b121-39d120f786bc.jpg saved to cache
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747608/general/97a4981e-ddae-4360-8413-62028177b903.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728849)
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6242610>
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252Fb90d5a41-c599-428d-89a5-4dd728101f1a.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/b90d5a41-c599-428d-89a5-4dd728101f1a.jpg saved to cache
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f74e50>
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:37:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747608%252Fgeneral%252F97a4981e-ddae-4360-8413-62028177b903.jpg') HTTP/1.1" 204 0
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747608/general/97a4981e-ddae-4360-8413-62028177b903.jpg saved to cache
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item a868db16-e080-5195-bcd4-0f065744e3e3
2026-03-26 13:37:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a868db16-e080-5195-bcd4-0f065744e3e3, skipping ID generation
2026-03-26 13:37:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a868db16-e080-5195-bcd4-0f065744e3e3 with scrape type 1
2026-03-26 13:37:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a868db16-e080-5195-bcd4-0f065744e3e3 sending to next pipeline
2026-03-26 13:37:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: a868db16-e080-5195-bcd4-0f065744e3e3, identifier: 10728849
2026-03-26 13:37:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: a868db16-e080-5195-bcd4-0f065744e3e3 with identifier: 10728849
2026-03-26 13:37:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: a868db16-e080-5195-bcd4-0f065744e3e3 with identifier: 10728849
2026-03-26 13:37:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: a868db16-e080-5195-bcd4-0f065744e3e3 with identifier: 10728849 to the API
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747608/general/97a4981e-ddae-4360-8413-62028177b903.jpg>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': 'a868db16-e080-5195-bcd4-0f065744e3e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GS-554-SM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728849',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 203,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190348,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/97a4981e-ddae-4360-8413-62028177b903.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194320,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/b90d5a41-c599-428d-89a5-4dd728101f1a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182896,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/d8e87849-cb33-4b60-b121-39d120f786bc.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181440,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/26e8509c-f624-4389-9be0-7d77f11c5041.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229702,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/fa029dfb-df05-498a-8cf0-1511fbf6d252.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229112,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/471c6a4f-3517-44a9-99ca-f9b065354173.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 423053,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/6483ccbc-124a-4513-a3fd-0df04955c13a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 306950,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/3762b8ed-3a57-472f-b5fa-01cc7a960b9e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 365209,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/d2e4a694-c31c-4af9-9113-c2f401c1cdfe.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a868db16-e080-5195-bcd4-0f065744e3e3/a868db16-e080-5195-bcd4-0f065744e3e3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287999,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747608/general/bc9c5498-0689-4953-8b39-18be982a6d30.jpg',
'Width': 1920}],
'price': 23200,
'price_includes_vat': True,
'registration_date': '2023-11-29',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 308 SW 1.6 GT - Hybrid - Automatic - 180 hp - 203 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2023}
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728849%27 HTTP/1.1" 200 None
2026-03-26 13:37:54 [adesa.fr] INFO: Saving data for 10728849: {'created_time': 1774532274.99496, 'last_price_update_time': 1774532274.994973, 'auction_closing_time': 1798671600.0}
2026-03-26 13:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728849') HTTP/1.1" 204 0
2026-03-26 13:37:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699395> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:37:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:37:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb6b7c9d-76fa-5527-84d1-19ccf1b4314f with identifier: 10699395
2026-03-26 13:37:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb6b7c9d-76fa-5527-84d1-19ccf1b4314f with scrape type 2
2026-03-26 13:37:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb6b7c9d-76fa-5527-84d1-19ccf1b4314f with scrape type 2
2026-03-26 13:37:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: eb6b7c9d-76fa-5527-84d1-19ccf1b4314f, identifier: 10699395
2026-03-26 13:37:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: eb6b7c9d-76fa-5527-84d1-19ccf1b4314f with identifier: 10699395
2026-03-26 13:37:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: eb6b7c9d-76fa-5527-84d1-19ccf1b4314f with identifier: 10699395
2026-03-26 13:37:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: eb6b7c9d-76fa-5527-84d1-19ccf1b4314f with identifier: 10699395 to the API
2026-03-26 13:37:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:37:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:37:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699395>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'eb6b7c9d-76fa-5527-84d1-19ccf1b4314f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HC-157-PQ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699395',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '408',
'odometer': 4060,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 23200,
'price_includes_vat': True,
'registration_date': '2025-03-25',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 408 GT - Petrol - Automatic - 136 hp - 4.060 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2025}
2026-03-26 13:37:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699395%27 HTTP/1.1" 200 None
2026-03-26 13:37:57 [adesa.fr] INFO: Saving data for 10699395: {'auction_closing_time': 1798671600.0, 'created_time': 1774013627.753173, 'last_price_update_time': 1774532277.013926}
2026-03-26 13:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699395') HTTP/1.1" 204 0
2026-03-26 13:38:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726274> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10722729> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12f4e4ca-3649-5afa-b888-8dd06392b1a2 with identifier: 10726274
2026-03-26 13:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2 with scrape type 1
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fedc5659d-3916-461d-a138-626f4735cb7a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/edc5659d-3916-461d-a138-626f4735cb7a.jpg not downloaded yet
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fecb925ec-870b-4e9a-9294-8a25e4a9fdfc.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/ecb925ec-870b-4e9a-9294-8a25e4a9fdfc.jpg not downloaded yet
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F81eaa79b-d1ca-4e18-967d-19239f6eea14.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/81eaa79b-d1ca-4e18-967d-19239f6eea14.jpg not downloaded yet
2026-03-26 13:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cccc2967-c3e0-56ba-8aa0-0d18a7d4a125 with identifier: 10722729
2026-03-26 13:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cccc2967-c3e0-56ba-8aa0-0d18a7d4a125 with scrape type 2
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cccc2967-c3e0-56ba-8aa0-0d18a7d4a125 with scrape type 2
2026-03-26 13:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: cccc2967-c3e0-56ba-8aa0-0d18a7d4a125, identifier: 10722729
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fd2ffc5c8-cb7a-45f4-8a22-7a9135333406.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/d2ffc5c8-cb7a-45f4-8a22-7a9135333406.jpg not downloaded yet
2026-03-26 13:38:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: cccc2967-c3e0-56ba-8aa0-0d18a7d4a125 with identifier: 10722729
2026-03-26 13:38:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: cccc2967-c3e0-56ba-8aa0-0d18a7d4a125 with identifier: 10722729
2026-03-26 13:38:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: cccc2967-c3e0-56ba-8aa0-0d18a7d4a125 with identifier: 10722729 to the API
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10722729>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'cccc2967-c3e0-56ba-8aa0-0d18a7d4a125',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HB-038-ZT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10722729',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 15933,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 22300,
'price_includes_vat': True,
'registration_date': '2025-02-20',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 3008 Allure - Petrol - Automatic - 136 hp - 15.933 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722729%27 HTTP/1.1" 200 None
2026-03-26 13:38:01 [adesa.fr] INFO: Saving data for 10722729: {'auction_closing_time': 1798671600.0, 'created_time': 1774445654.099055, 'last_price_update_time': 1774532281.88711}
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10722729') HTTP/1.1" 204 0
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F18c9ad7c-08ce-4f55-9209-8ae4225bbf57.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/18c9ad7c-08ce-4f55-9209-8ae4225bbf57.jpg not downloaded yet
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fd94a8559-4756-4857-be22-d4e23c72be9b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/d94a8559-4756-4857-be22-d4e23c72be9b.jpg not downloaded yet
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F1f4a303d-0166-4ddb-9674-4e82fe17550a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/1f4a303d-0166-4ddb-9674-4e82fe17550a.jpg not downloaded yet
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F689ff2ac-0035-4a5a-bae8-2b37a201a8ce.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/689ff2ac-0035-4a5a-bae8-2b37a201a8ce.jpg not downloaded yet
2026-03-26 13:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fa1b23587-0819-4eb6-bd89-e99e3b02e289.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/a1b23587-0819-4eb6-bd89-e99e3b02e289.jpg not downloaded yet
2026-03-26 13:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F6e1cf069-6a94-4451-8880-59ecd971fbf3.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/6e1cf069-6a94-4451-8880-59ecd971fbf3.jpg not downloaded yet
2026-03-26 13:38:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699425> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/6e1cf069-6a94-4451-8880-59ecd971fbf3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04ad098f-8270-5123-a05a-3740b27dec2f with identifier: 10699425
2026-03-26 13:38:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04ad098f-8270-5123-a05a-3740b27dec2f with scrape type 2
2026-03-26 13:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04ad098f-8270-5123-a05a-3740b27dec2f with scrape type 2
2026-03-26 13:38:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 04ad098f-8270-5123-a05a-3740b27dec2f, identifier: 10699425
2026-03-26 13:38:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 04ad098f-8270-5123-a05a-3740b27dec2f with identifier: 10699425
2026-03-26 13:38:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 04ad098f-8270-5123-a05a-3740b27dec2f with identifier: 10699425
2026-03-26 13:38:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 04ad098f-8270-5123-a05a-3740b27dec2f with identifier: 10699425 to the API
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699425>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '04ad098f-8270-5123-a05a-3740b27dec2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HA-550-HA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699425',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '408',
'odometer': 22284,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 19800,
'price_includes_vat': True,
'registration_date': '2024-11-20',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 408 1.2 Allure - Petrol - Automatic - 136 hp - 22.284 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699425%27 HTTP/1.1" 200 None
2026-03-26 13:38:03 [adesa.fr] INFO: Saving data for 10699425: {'auction_closing_time': 1798671600.0, 'created_time': 1774013636.173946, 'last_price_update_time': 1774532283.765857}
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699425') HTTP/1.1" 204 0
2026-03-26 13:38:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac7ff0d90>
2026-03-26 13:38:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F6e1cf069-6a94-4451-8880-59ecd971fbf3.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/6e1cf069-6a94-4451-8880-59ecd971fbf3.jpg saved to cache
2026-03-26 13:38:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/a1b23587-0819-4eb6-bd89-e99e3b02e289.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f55c10>
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fa1b23587-0819-4eb6-bd89-e99e3b02e289.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/a1b23587-0819-4eb6-bd89-e99e3b02e289.jpg saved to cache
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/689ff2ac-0035-4a5a-bae8-2b37a201a8ce.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac623f3d0>
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F689ff2ac-0035-4a5a-bae8-2b37a201a8ce.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/689ff2ac-0035-4a5a-bae8-2b37a201a8ce.jpg saved to cache
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/1f4a303d-0166-4ddb-9674-4e82fe17550a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/d94a8559-4756-4857-be22-d4e23c72be9b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac62969d0>
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F1f4a303d-0166-4ddb-9674-4e82fe17550a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/1f4a303d-0166-4ddb-9674-4e82fe17550a.jpg saved to cache
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6294e90>
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fd94a8559-4756-4857-be22-d4e23c72be9b.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/d94a8559-4756-4857-be22-d4e23c72be9b.jpg saved to cache
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/18c9ad7c-08ce-4f55-9209-8ae4225bbf57.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/d2ffc5c8-cb7a-45f4-8a22-7a9135333406.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac7fcc310>
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F18c9ad7c-08ce-4f55-9209-8ae4225bbf57.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/18c9ad7c-08ce-4f55-9209-8ae4225bbf57.jpg saved to cache
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/81eaa79b-d1ca-4e18-967d-19239f6eea14.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac623d4d0>
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fd2ffc5c8-cb7a-45f4-8a22-7a9135333406.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/d2ffc5c8-cb7a-45f4-8a22-7a9135333406.jpg saved to cache
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/ecb925ec-870b-4e9a-9294-8a25e4a9fdfc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac62944d0>
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252F81eaa79b-d1ca-4e18-967d-19239f6eea14.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/81eaa79b-d1ca-4e18-967d-19239f6eea14.jpg saved to cache
2026-03-26 13:38:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746389/general/edc5659d-3916-461d-a138-626f4735cb7a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726274)
2026-03-26 13:38:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f27790>
2026-03-26 13:38:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fecb925ec-870b-4e9a-9294-8a25e4a9fdfc.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/ecb925ec-870b-4e9a-9294-8a25e4a9fdfc.jpg saved to cache
2026-03-26 13:38:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac604d550>
2026-03-26 13:38:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746389%252Fgeneral%252Fedc5659d-3916-461d-a138-626f4735cb7a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746389/general/edc5659d-3916-461d-a138-626f4735cb7a.jpg saved to cache
2026-03-26 13:38:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2
2026-03-26 13:38:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 12f4e4ca-3649-5afa-b888-8dd06392b1a2, skipping ID generation
2026-03-26 13:38:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2 with scrape type 1
2026-03-26 13:38:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 12f4e4ca-3649-5afa-b888-8dd06392b1a2 sending to next pipeline
2026-03-26 13:38:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 12f4e4ca-3649-5afa-b888-8dd06392b1a2, identifier: 10726274
2026-03-26 13:38:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 12f4e4ca-3649-5afa-b888-8dd06392b1a2 with identifier: 10726274
2026-03-26 13:38:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 12f4e4ca-3649-5afa-b888-8dd06392b1a2 with identifier: 10726274
2026-03-26 13:38:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 12f4e4ca-3649-5afa-b888-8dd06392b1a2 with identifier: 10726274 to the API
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746389/general/edc5659d-3916-461d-a138-626f4735cb7a.jpg>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': '12f4e4ca-3649-5afa-b888-8dd06392b1a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GT-823-XQ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726274',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 40111,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 34,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204669,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/edc5659d-3916-461d-a138-626f4735cb7a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198842,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/ecb925ec-870b-4e9a-9294-8a25e4a9fdfc.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205617,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/81eaa79b-d1ca-4e18-967d-19239f6eea14.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200732,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/d2ffc5c8-cb7a-45f4-8a22-7a9135333406.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217117,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/18c9ad7c-08ce-4f55-9209-8ae4225bbf57.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 386348,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/d94a8559-4756-4857-be22-d4e23c72be9b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309477,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/1f4a303d-0166-4ddb-9674-4e82fe17550a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 336649,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/689ff2ac-0035-4a5a-bae8-2b37a201a8ce.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 401478,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/a1b23587-0819-4eb6-bd89-e99e3b02e289.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_12f4e4ca-3649-5afa-b888-8dd06392b1a2/12f4e4ca-3649-5afa-b888-8dd06392b1a2_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281685,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746389/general/6e1cf069-6a94-4451-8880-59ecd971fbf3.jpg',
'Width': 1920}],
'price': 18900,
'price_includes_vat': True,
'registration_date': '2024-01-31',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 3008 1.6 Allure Pack - Hybrid - Automatic - 150 hp - 40.111 '
'km',
'transmission': 'automatic',
'trim': 'Allure Pack',
'vin': None,
'year': 2024}
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726274%27 HTTP/1.1" 200 None
2026-03-26 13:38:05 [adesa.fr] INFO: Saving data for 10726274: {'created_time': 1774532285.626, 'last_price_update_time': 1774532285.626013, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10726274') HTTP/1.1" 204 0
2026-03-26 13:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721364> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6fbf0ae-12a3-5ba3-a978-b206b869b1d5 with identifier: 10721364
2026-03-26 13:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6fbf0ae-12a3-5ba3-a978-b206b869b1d5 with scrape type 2
2026-03-26 13:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6fbf0ae-12a3-5ba3-a978-b206b869b1d5 with scrape type 2
2026-03-26 13:38:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: e6fbf0ae-12a3-5ba3-a978-b206b869b1d5, identifier: 10721364
2026-03-26 13:38:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: e6fbf0ae-12a3-5ba3-a978-b206b869b1d5 with identifier: 10721364
2026-03-26 13:38:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: e6fbf0ae-12a3-5ba3-a978-b206b869b1d5 with identifier: 10721364
2026-03-26 13:38:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: e6fbf0ae-12a3-5ba3-a978-b206b869b1d5 with identifier: 10721364 to the API
2026-03-26 13:38:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721364>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'e6fbf0ae-12a3-5ba3-a978-b206b869b1d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HE-229-SH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721364',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 5811,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 19800,
'price_includes_vat': True,
'registration_date': '2025-07-17',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 308 1.2 Allure - Petrol - Automatic - 136 hp - 5.811 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721364%27 HTTP/1.1" 200 None
2026-03-26 13:38:07 [adesa.fr] INFO: Saving data for 10721364: {'auction_closing_time': 1798671600.0, 'created_time': 1774445655.419684, 'last_price_update_time': 1774532287.357815}
2026-03-26 13:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721364') HTTP/1.1" 204 0
2026-03-26 13:38:07 [scrapy.extensions.logstats] INFO: Crawled 101 pages (at 18 pages/min), scraped 93 items (at 16 items/min)
2026-03-26 13:38:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 178MiB
2026-03-26 13:38:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724174> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f9772fd-459b-5954-9638-faf2ee4ee029 with identifier: 10724174
2026-03-26 13:38:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f9772fd-459b-5954-9638-faf2ee4ee029 with scrape type 1
2026-03-26 13:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252Fa45d6e67-ce93-4038-a73b-640d85ec7a1e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/a45d6e67-ce93-4038-a73b-640d85ec7a1e.jpg not downloaded yet
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F4bc01272-41b6-4b67-9f0d-d9725a5f58f5.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/4bc01272-41b6-4b67-9f0d-d9725a5f58f5.jpg not downloaded yet
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F2bd1e713-f9d5-43f8-bfcd-ded969a755d4.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/2bd1e713-f9d5-43f8-bfcd-ded969a755d4.jpg not downloaded yet
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F0e263615-5c43-4ff0-be8e-0b36d36d1d58.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/0e263615-5c43-4ff0-be8e-0b36d36d1d58.jpg not downloaded yet
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F3f3b9b84-e055-409e-8da3-539f11026a1a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/3f3b9b84-e055-409e-8da3-539f11026a1a.jpg not downloaded yet
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252Fb05ae44f-b0a2-4e99-8b57-6b56fada7200.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/b05ae44f-b0a2-4e99-8b57-6b56fada7200.jpg not downloaded yet
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F637da118-fb9c-4528-b86f-e6041b835e77.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/637da118-fb9c-4528-b86f-e6041b835e77.jpg not downloaded yet
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F8f7dfa74-282c-44a3-a86c-8e352828c8ce.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/8f7dfa74-282c-44a3-a86c-8e352828c8ce.jpg not downloaded yet
2026-03-26 13:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F153f51b2-5341-4ef9-bbb2-0208d1dd31af.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/153f51b2-5341-4ef9-bbb2-0208d1dd31af.jpg not downloaded yet
2026-03-26 13:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F50c1b30d-dccc-4284-88c8-04b784121ca2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/50c1b30d-dccc-4284-88c8-04b784121ca2.jpg not downloaded yet
2026-03-26 13:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699412> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c10e43b0-b28f-516b-bdcf-0ccbaf8d6111 with identifier: 10699412
2026-03-26 13:38:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c10e43b0-b28f-516b-bdcf-0ccbaf8d6111 with scrape type 2
2026-03-26 13:38:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c10e43b0-b28f-516b-bdcf-0ccbaf8d6111 with scrape type 2
2026-03-26 13:38:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: c10e43b0-b28f-516b-bdcf-0ccbaf8d6111, identifier: 10699412
2026-03-26 13:38:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: c10e43b0-b28f-516b-bdcf-0ccbaf8d6111 with identifier: 10699412
2026-03-26 13:38:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: c10e43b0-b28f-516b-bdcf-0ccbaf8d6111 with identifier: 10699412
2026-03-26 13:38:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: c10e43b0-b28f-516b-bdcf-0ccbaf8d6111 with identifier: 10699412 to the API
2026-03-26 13:38:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699412>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 157,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': 'c10e43b0-b28f-516b-bdcf-0ccbaf8d6111',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ-203-VM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699412',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 35809,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 23200,
'price_includes_vat': True,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Volkswagen Arteon 1.4 Elegance - Hybrid - Automatic - 157 hp - '
'35.809 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2022}
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699412%27 HTTP/1.1" 200 None
2026-03-26 13:38:10 [adesa.fr] INFO: Saving data for 10699412: {'auction_closing_time': 1798671600.0, 'created_time': 1774013650.055297, 'last_price_update_time': 1774532290.246533}
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699412') HTTP/1.1" 204 0
2026-03-26 13:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/50c1b30d-dccc-4284-88c8-04b784121ca2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60dc790>
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F50c1b30d-dccc-4284-88c8-04b784121ca2.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/50c1b30d-dccc-4284-88c8-04b784121ca2.jpg saved to cache
2026-03-26 13:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/153f51b2-5341-4ef9-bbb2-0208d1dd31af.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ea97d0>
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F153f51b2-5341-4ef9-bbb2-0208d1dd31af.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/153f51b2-5341-4ef9-bbb2-0208d1dd31af.jpg saved to cache
2026-03-26 13:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/8f7dfa74-282c-44a3-a86c-8e352828c8ce.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f63a10>
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F8f7dfa74-282c-44a3-a86c-8e352828c8ce.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/8f7dfa74-282c-44a3-a86c-8e352828c8ce.jpg saved to cache
2026-03-26 13:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/637da118-fb9c-4528-b86f-e6041b835e77.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f57d50>
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F637da118-fb9c-4528-b86f-e6041b835e77.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/637da118-fb9c-4528-b86f-e6041b835e77.jpg saved to cache
2026-03-26 13:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/b05ae44f-b0a2-4e99-8b57-6b56fada7200.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728846> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f259d0>
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252Fb05ae44f-b0a2-4e99-8b57-6b56fada7200.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/b05ae44f-b0a2-4e99-8b57-6b56fada7200.jpg saved to cache
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/3f3b9b84-e055-409e-8da3-539f11026a1a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/0e263615-5c43-4ff0-be8e-0b36d36d1d58.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cbe69c2-5667-5391-8cb9-ae051e803009 with identifier: 10728846
2026-03-26 13:38:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cbe69c2-5667-5391-8cb9-ae051e803009 with scrape type 1
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Fc4d4106a-0cc8-46c1-a576-0dccf7f6461a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/c4d4106a-0cc8-46c1-a576-0dccf7f6461a.jpg not downloaded yet
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Fc5a1d44d-d777-4dcb-9596-279392a372d0.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/c5a1d44d-d777-4dcb-9596-279392a372d0.jpg not downloaded yet
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Fd2d73932-346f-40c1-ac81-a2083b18f8a1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/d2d73932-346f-40c1-ac81-a2083b18f8a1.jpg not downloaded yet
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252F2ddbcbc1-7ed0-4159-8809-b4857364af1d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/2ddbcbc1-7ed0-4159-8809-b4857364af1d.jpg not downloaded yet
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Fb759eacd-c6ca-4d8b-9671-b2e9e82b8ad3.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/b759eacd-c6ca-4d8b-9671-b2e9e82b8ad3.jpg not downloaded yet
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/4bc01272-41b6-4b67-9f0d-d9725a5f58f5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Faab0532b-232b-4d10-ac1d-60a8774dd49c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/aab0532b-232b-4d10-ac1d-60a8774dd49c.jpg not downloaded yet
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252F98c6071c-8547-40ac-a8f7-62bda0e7d875.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/98c6071c-8547-40ac-a8f7-62bda0e7d875.jpg not downloaded yet
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252F372c47c8-aaed-47d8-9662-e010036ebee4.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/372c47c8-aaed-47d8-9662-e010036ebee4.jpg not downloaded yet
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac610e390>
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F3f3b9b84-e055-409e-8da3-539f11026a1a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/3f3b9b84-e055-409e-8da3-539f11026a1a.jpg saved to cache
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac604a510>
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F0e263615-5c43-4ff0-be8e-0b36d36d1d58.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/0e263615-5c43-4ff0-be8e-0b36d36d1d58.jpg saved to cache
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/2bd1e713-f9d5-43f8-bfcd-ded969a755d4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Feb586789-9e4b-4c4c-ab7b-c3dcac670be9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/eb586789-9e4b-4c4c-ab7b-c3dcac670be9.jpg not downloaded yet
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252F74b807ed-3399-4bf4-857a-fd6612558ecd.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/74b807ed-3399-4bf4-857a-fd6612558ecd.jpg not downloaded yet
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/b759eacd-c6ca-4d8b-9671-b2e9e82b8ad3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac613af90>
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F4bc01272-41b6-4b67-9f0d-d9725a5f58f5.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/4bc01272-41b6-4b67-9f0d-d9725a5f58f5.jpg saved to cache
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:11 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.345(s), this was the 1st time calling it.
2026-03-26 13:38:11 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.6347279414330753 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac83c5850>
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252F2bd1e713-f9d5-43f8-bfcd-ded969a755d4.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/2bd1e713-f9d5-43f8-bfcd-ded969a755d4.jpg saved to cache
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/372c47c8-aaed-47d8-9662-e010036ebee4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60cd850>
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Fb759eacd-c6ca-4d8b-9671-b2e9e82b8ad3.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/b759eacd-c6ca-4d8b-9671-b2e9e82b8ad3.jpg saved to cache
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5eb5ed0>
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252F372c47c8-aaed-47d8-9662-e010036ebee4.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/372c47c8-aaed-47d8-9662-e010036ebee4.jpg saved to cache
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/74b807ed-3399-4bf4-857a-fd6612558ecd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/98c6071c-8547-40ac-a8f7-62bda0e7d875.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6012ad0>
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252F74b807ed-3399-4bf4-857a-fd6612558ecd.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/74b807ed-3399-4bf4-857a-fd6612558ecd.jpg saved to cache
2026-03-26 13:38:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac613a850>
2026-03-26 13:38:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252F98c6071c-8547-40ac-a8f7-62bda0e7d875.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/98c6071c-8547-40ac-a8f7-62bda0e7d875.jpg saved to cache
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/eb586789-9e4b-4c4c-ab7b-c3dcac670be9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/aab0532b-232b-4d10-ac1d-60a8774dd49c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/2ddbcbc1-7ed0-4159-8809-b4857364af1d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/d2d73932-346f-40c1-ac81-a2083b18f8a1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f743d0>
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Feb586789-9e4b-4c4c-ab7b-c3dcac670be9.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/eb586789-9e4b-4c4c-ab7b-c3dcac670be9.jpg saved to cache
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac80327d0>
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Faab0532b-232b-4d10-ac1d-60a8774dd49c.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/aab0532b-232b-4d10-ac1d-60a8774dd49c.jpg saved to cache
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/c5a1d44d-d777-4dcb-9596-279392a372d0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747605/general/c4d4106a-0cc8-46c1-a576-0dccf7f6461a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728846)
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ef09d0>
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252F2ddbcbc1-7ed0-4159-8809-b4857364af1d.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/2ddbcbc1-7ed0-4159-8809-b4857364af1d.jpg saved to cache
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac8031b10>
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Fd2d73932-346f-40c1-ac81-a2083b18f8a1.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/d2d73932-346f-40c1-ac81-a2083b18f8a1.jpg saved to cache
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac83d9e90>
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Fc5a1d44d-d777-4dcb-9596-279392a372d0.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/c5a1d44d-d777-4dcb-9596-279392a372d0.jpg saved to cache
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac83a7bd0>
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:12 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747605%252Fgeneral%252Fc4d4106a-0cc8-46c1-a576-0dccf7f6461a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747605/general/c4d4106a-0cc8-46c1-a576-0dccf7f6461a.jpg saved to cache
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 7cbe69c2-5667-5391-8cb9-ae051e803009
2026-03-26 13:38:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7cbe69c2-5667-5391-8cb9-ae051e803009, skipping ID generation
2026-03-26 13:38:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cbe69c2-5667-5391-8cb9-ae051e803009 with scrape type 1
2026-03-26 13:38:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7cbe69c2-5667-5391-8cb9-ae051e803009 sending to next pipeline
2026-03-26 13:38:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 7cbe69c2-5667-5391-8cb9-ae051e803009, identifier: 10728846
2026-03-26 13:38:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 7cbe69c2-5667-5391-8cb9-ae051e803009 with identifier: 10728846
2026-03-26 13:38:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 7cbe69c2-5667-5391-8cb9-ae051e803009 with identifier: 10728846
2026-03-26 13:38:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 7cbe69c2-5667-5391-8cb9-ae051e803009 with identifier: 10728846 to the API
2026-03-26 13:38:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747605/general/c4d4106a-0cc8-46c1-a576-0dccf7f6461a.jpg>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '7cbe69c2-5667-5391-8cb9-ae051e803009',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HA-682-AW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728846',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 20245,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 183870,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/c4d4106a-0cc8-46c1-a576-0dccf7f6461a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182611,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/c5a1d44d-d777-4dcb-9596-279392a372d0.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163714,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/d2d73932-346f-40c1-ac81-a2083b18f8a1.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158926,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/2ddbcbc1-7ed0-4159-8809-b4857364af1d.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 209566,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/b759eacd-c6ca-4d8b-9671-b2e9e82b8ad3.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 210814,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/aab0532b-232b-4d10-ac1d-60a8774dd49c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 399194,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/98c6071c-8547-40ac-a8f7-62bda0e7d875.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368084,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/372c47c8-aaed-47d8-9662-e010036ebee4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 464034,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/eb586789-9e4b-4c4c-ab7b-c3dcac670be9.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7cbe69c2-5667-5391-8cb9-ae051e803009/7cbe69c2-5667-5391-8cb9-ae051e803009_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308399,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747605/general/74b807ed-3399-4bf4-857a-fd6612558ecd.jpg',
'Width': 1920}],
'price': 13000,
'price_includes_vat': True,
'registration_date': '2024-10-31',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 208 Allure - Petrol - Manual - 101 hp - 20.245 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728846%27 HTTP/1.1" 200 None
2026-03-26 13:38:13 [adesa.fr] INFO: Saving data for 10728846: {'created_time': 1774532293.149362, 'last_price_update_time': 1774532293.149373, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728846') HTTP/1.1" 204 0
2026-03-26 13:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746088/general/a45d6e67-ce93-4038-a73b-640d85ec7a1e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724174)
2026-03-26 13:38:13 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:13 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f75c90>
2026-03-26 13:38:13 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:13 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746088%252Fgeneral%252Fa45d6e67-ce93-4038-a73b-640d85ec7a1e.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746088/general/a45d6e67-ce93-4038-a73b-640d85ec7a1e.jpg saved to cache
2026-03-26 13:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 6f9772fd-459b-5954-9638-faf2ee4ee029
2026-03-26 13:38:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6f9772fd-459b-5954-9638-faf2ee4ee029, skipping ID generation
2026-03-26 13:38:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f9772fd-459b-5954-9638-faf2ee4ee029 with scrape type 1
2026-03-26 13:38:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6f9772fd-459b-5954-9638-faf2ee4ee029 sending to next pipeline
2026-03-26 13:38:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 6f9772fd-459b-5954-9638-faf2ee4ee029, identifier: 10724174
2026-03-26 13:38:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 6f9772fd-459b-5954-9638-faf2ee4ee029 with identifier: 10724174
2026-03-26 13:38:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 6f9772fd-459b-5954-9638-faf2ee4ee029 with identifier: 10724174
2026-03-26 13:38:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 6f9772fd-459b-5954-9638-faf2ee4ee029 with identifier: 10724174 to the API
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746088/general/a45d6e67-ce93-4038-a73b-640d85ec7a1e.jpg>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': '6f9772fd-459b-5954-9638-faf2ee4ee029',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HB-141-RX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724174',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 23874,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 34,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193132,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/a45d6e67-ce93-4038-a73b-640d85ec7a1e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 189723,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/4bc01272-41b6-4b67-9f0d-d9725a5f58f5.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 163447,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/2bd1e713-f9d5-43f8-bfcd-ded969a755d4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214014,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/0e263615-5c43-4ff0-be8e-0b36d36d1d58.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 425857,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/3f3b9b84-e055-409e-8da3-539f11026a1a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354571,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/b05ae44f-b0a2-4e99-8b57-6b56fada7200.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319683,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/637da118-fb9c-4528-b86f-e6041b835e77.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257501,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/8f7dfa74-282c-44a3-a86c-8e352828c8ce.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171418,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/153f51b2-5341-4ef9-bbb2-0208d1dd31af.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6f9772fd-459b-5954-9638-faf2ee4ee029/6f9772fd-459b-5954-9638-faf2ee4ee029_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213396,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746088/general/50c1b30d-dccc-4284-88c8-04b784121ca2.jpg',
'Width': 1920}],
'price': 22000,
'price_includes_vat': True,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 3008 1.2 Allure - Hybrid - Automatic - 136 hp - 23.874 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724174%27 HTTP/1.1" 200 None
2026-03-26 13:38:13 [adesa.fr] INFO: Saving data for 10724174: {'created_time': 1774532293.96985, 'last_price_update_time': 1774532293.969864, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724174') HTTP/1.1" 204 0
2026-03-26 13:38:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724728> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88bc2821-dfcd-51a5-aa1e-31d3220c3581 with identifier: 10724728
2026-03-26 13:38:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88bc2821-dfcd-51a5-aa1e-31d3220c3581 with scrape type 2
2026-03-26 13:38:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88bc2821-dfcd-51a5-aa1e-31d3220c3581 with scrape type 2
2026-03-26 13:38:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 88bc2821-dfcd-51a5-aa1e-31d3220c3581, identifier: 10724728
2026-03-26 13:38:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 88bc2821-dfcd-51a5-aa1e-31d3220c3581 with identifier: 10724728
2026-03-26 13:38:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 88bc2821-dfcd-51a5-aa1e-31d3220c3581 with identifier: 10724728
2026-03-26 13:38:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 88bc2821-dfcd-51a5-aa1e-31d3220c3581 with identifier: 10724728 to the API
2026-03-26 13:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724728>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Hybrid',
'id': '88bc2821-dfcd-51a5-aa1e-31d3220c3581',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ348ZC',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724728',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Kia',
'model': 'Sportage',
'odometer': 95421,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 15100,
'price_includes_vat': True,
'registration_date': '2022-10-12',
'seats_number': 5,
'seller_name': 'ARVAL SERVICE LEASE',
'title': 'Kia Sportage 1.6 T-GDI Active - AWD - Hybrid - Automatic - 180 hp - '
'95.421 km',
'transmission': 'automatic',
'trim': 'Active',
'vin': None,
'year': 2022}
2026-03-26 13:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724728%27 HTTP/1.1" 200 None
2026-03-26 13:38:16 [adesa.fr] INFO: Saving data for 10724728: {'auction_closing_time': 1774609200.0, 'created_time': 1774445590.052091, 'last_price_update_time': 1774532296.713875}
2026-03-26 13:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724728') HTTP/1.1" 204 0
2026-03-26 13:38:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721603> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 359f257c-b854-561c-a073-7a6d1e0ffc8d with identifier: 10721603
2026-03-26 13:38:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 359f257c-b854-561c-a073-7a6d1e0ffc8d with scrape type 2
2026-03-26 13:38:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 359f257c-b854-561c-a073-7a6d1e0ffc8d with scrape type 2
2026-03-26 13:38:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 359f257c-b854-561c-a073-7a6d1e0ffc8d, identifier: 10721603
2026-03-26 13:38:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 359f257c-b854-561c-a073-7a6d1e0ffc8d with identifier: 10721603
2026-03-26 13:38:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 359f257c-b854-561c-a073-7a6d1e0ffc8d with identifier: 10721603
2026-03-26 13:38:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 359f257c-b854-561c-a073-7a6d1e0ffc8d with identifier: 10721603 to the API
2026-03-26 13:38:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721603>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '359f257c-b854-561c-a073-7a6d1e0ffc8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HB-869-RM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721603',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 10581,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 13500,
'price_includes_vat': True,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 208 Allure - Petrol - Manual - 101 hp - 10.581 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721603%27 HTTP/1.1" 200 None
2026-03-26 13:38:19 [adesa.fr] INFO: Saving data for 10721603: {'auction_closing_time': 1798671600.0, 'created_time': 1774445675.82496, 'last_price_update_time': 1774532299.120609}
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721603') HTTP/1.1" 204 0
2026-03-26 13:38:19 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 8.058(s), this was the 1st time calling it.
2026-03-26 13:38:19 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.87976285326063 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Thu, 26 Mar 2026 13:38:18 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': 'dcd9cb2aec2eb4cae2ea212273a7650a', 'Vary': 'Accept-Encoding', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Expose-Headers': '*, X-Project-Key', 'Access-Control-Allow-Methods': 'GET, PUT, POST, DELETE, PATCH, OPTIONS', 'Access-Control-Allow-Headers': 'DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, X-Project-Key', 'Access-Control-Max-Age': '1728000')>, body=b'{"type":"/download/temporary-error","title":"Website Ban","status":520,"detail":"Zyte API could not get a ban-free response in a reasonable time. See https://docs.zyte.com/zyte-api/usage/errors.html#ban-responses"}', request_id=dcd9cb2aec2eb4cae2ea212273a7650a.
2026-03-26 13:38:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699467> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af51ce50-7f2e-51fb-ad53-0d8a8f467d2b with identifier: 10699467
2026-03-26 13:38:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af51ce50-7f2e-51fb-ad53-0d8a8f467d2b with scrape type 2
2026-03-26 13:38:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af51ce50-7f2e-51fb-ad53-0d8a8f467d2b with scrape type 2
2026-03-26 13:38:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: af51ce50-7f2e-51fb-ad53-0d8a8f467d2b, identifier: 10699467
2026-03-26 13:38:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: af51ce50-7f2e-51fb-ad53-0d8a8f467d2b with identifier: 10699467
2026-03-26 13:38:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: af51ce50-7f2e-51fb-ad53-0d8a8f467d2b with identifier: 10699467
2026-03-26 13:38:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: af51ce50-7f2e-51fb-ad53-0d8a8f467d2b with identifier: 10699467 to the API
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699467>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Diesel',
'id': 'af51ce50-7f2e-51fb-ad53-0d8a8f467d2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HF-101-GA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699467',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 21800,
'price_includes_vat': True,
'registration_date': '2025-08-27',
'seats_number': 3,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot Expert 1.5 HDI - Diesel - Manual - 120 hp - 50 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2025}
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699467%27 HTTP/1.1" 200 None
2026-03-26 13:38:19 [adesa.fr] INFO: Saving data for 10699467: {'auction_closing_time': 1798671600.0, 'created_time': 1774013668.631659, 'last_price_update_time': 1774532299.7125}
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699467') HTTP/1.1" 204 0
2026-03-26 13:38:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699450> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a29d98e8-fe6f-54ea-ba51-c9e97f42976d with identifier: 10699450
2026-03-26 13:38:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a29d98e8-fe6f-54ea-ba51-c9e97f42976d with scrape type 2
2026-03-26 13:38:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a29d98e8-fe6f-54ea-ba51-c9e97f42976d with scrape type 2
2026-03-26 13:38:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: a29d98e8-fe6f-54ea-ba51-c9e97f42976d, identifier: 10699450
2026-03-26 13:38:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: a29d98e8-fe6f-54ea-ba51-c9e97f42976d with identifier: 10699450
2026-03-26 13:38:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: a29d98e8-fe6f-54ea-ba51-c9e97f42976d with identifier: 10699450
2026-03-26 13:38:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: a29d98e8-fe6f-54ea-ba51-c9e97f42976d with identifier: 10699450 to the API
2026-03-26 13:38:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699450>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'a29d98e8-fe6f-54ea-ba51-c9e97f42976d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GQ-404-GY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699450',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 10369,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': True,
'registration_date': '2023-07-20',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 208 1.2 Allure Pack - Petrol - Manual - 102 hp - 10.369 km',
'transmission': 'manual',
'trim': 'Allure Pack',
'vin': None,
'year': 2023}
2026-03-26 13:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699450%27 HTTP/1.1" 200 None
2026-03-26 13:38:21 [adesa.fr] INFO: Saving data for 10699450: {'auction_closing_time': 1798671600.0, 'created_time': 1774013638.987539, 'last_price_update_time': 1774532301.865701}
2026-03-26 13:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699450') HTTP/1.1" 204 0
2026-03-26 13:38:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719684> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ddaf967-e394-5b80-b172-48b11dfa30ed with identifier: 10719684
2026-03-26 13:38:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ddaf967-e394-5b80-b172-48b11dfa30ed with scrape type 2
2026-03-26 13:38:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ddaf967-e394-5b80-b172-48b11dfa30ed with scrape type 2
2026-03-26 13:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 1ddaf967-e394-5b80-b172-48b11dfa30ed, identifier: 10719684
2026-03-26 13:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 1ddaf967-e394-5b80-b172-48b11dfa30ed with identifier: 10719684
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Yellow HTTP/1.1" 200 None
2026-03-26 13:38:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 13:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 1ddaf967-e394-5b80-b172-48b11dfa30ed with identifier: 10719684
2026-03-26 13:38:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 1ddaf967-e394-5b80-b172-48b11dfa30ed with identifier: 10719684 to the API
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719684>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': 'Hatchback',
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '1ddaf967-e394-5b80-b172-48b11dfa30ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GW-196-VN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719684',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 12792,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 11500,
'price_includes_vat': True,
'registration_date': '2024-05-06',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 208 Active - Petrol - Manual - 101 hp - 12.792 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2024}
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719684%27 HTTP/1.1" 200 None
2026-03-26 13:38:23 [adesa.fr] INFO: Saving data for 10719684: {'auction_closing_time': 1798671600.0, 'created_time': 1774445681.519012, 'last_price_update_time': 1774532303.54986}
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10719684') HTTP/1.1" 204 0
2026-03-26 13:38:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699475> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d526bd1-a621-5c2b-8673-ee2d7e4c301f with identifier: 10699475
2026-03-26 13:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d526bd1-a621-5c2b-8673-ee2d7e4c301f with scrape type 2
2026-03-26 13:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d526bd1-a621-5c2b-8673-ee2d7e4c301f with scrape type 2
2026-03-26 13:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 3d526bd1-a621-5c2b-8673-ee2d7e4c301f, identifier: 10699475
2026-03-26 13:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 3d526bd1-a621-5c2b-8673-ee2d7e4c301f with identifier: 10699475
2026-03-26 13:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 3d526bd1-a621-5c2b-8673-ee2d7e4c301f with identifier: 10699475
2026-03-26 13:38:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 3d526bd1-a621-5c2b-8673-ee2d7e4c301f with identifier: 10699475 to the API
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699475>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '3d526bd1-a621-5c2b-8673-ee2d7e4c301f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HA-323-CE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699475',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 20011,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 Allure - Petrol - Manual - 102 hp - 20.011 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-26 13:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699475%27 HTTP/1.1" 200 None
2026-03-26 13:38:24 [adesa.fr] INFO: Saving data for 10699475: {'auction_closing_time': 1798671600.0, 'created_time': 1774013639.391897, 'last_price_update_time': 1774532304.083743}
2026-03-26 13:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699475') HTTP/1.1" 204 0
2026-03-26 13:38:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699507> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7070d213-7e2e-5521-9b3e-ff34508b35cf with identifier: 10699507
2026-03-26 13:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7070d213-7e2e-5521-9b3e-ff34508b35cf with scrape type 2
2026-03-26 13:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7070d213-7e2e-5521-9b3e-ff34508b35cf with scrape type 2
2026-03-26 13:38:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 7070d213-7e2e-5521-9b3e-ff34508b35cf, identifier: 10699507
2026-03-26 13:38:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 7070d213-7e2e-5521-9b3e-ff34508b35cf with identifier: 10699507
2026-03-26 13:38:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 7070d213-7e2e-5521-9b3e-ff34508b35cf with identifier: 10699507
2026-03-26 13:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 7070d213-7e2e-5521-9b3e-ff34508b35cf with identifier: 10699507 to the API
2026-03-26 13:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38: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-26 13:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699507>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '7070d213-7e2e-5521-9b3e-ff34508b35cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HE-049-SX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699507',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 2261,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 24000,
'price_includes_vat': True,
'registration_date': '2025-07-18',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 3008 Allure - Petrol - Automatic - 136 hp - 2.261 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699507%27 HTTP/1.1" 200 None
2026-03-26 13:38:24 [adesa.fr] INFO: Saving data for 10699507: {'auction_closing_time': 1798671600.0, 'created_time': 1774013634.376505, 'last_price_update_time': 1774532304.938291}
2026-03-26 13:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699507') HTTP/1.1" 204 0
2026-03-26 13:38:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10716793> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 800f3a03-6aee-5201-b23c-946b2922c65c with identifier: 10716793
2026-03-26 13:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 800f3a03-6aee-5201-b23c-946b2922c65c with scrape type 2
2026-03-26 13:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 800f3a03-6aee-5201-b23c-946b2922c65c with scrape type 2
2026-03-26 13:38:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 800f3a03-6aee-5201-b23c-946b2922c65c, identifier: 10716793
2026-03-26 13:38:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 800f3a03-6aee-5201-b23c-946b2922c65c with identifier: 10716793
2026-03-26 13:38:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 800f3a03-6aee-5201-b23c-946b2922c65c with identifier: 10716793
2026-03-26 13:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 800f3a03-6aee-5201-b23c-946b2922c65c with identifier: 10716793 to the API
2026-03-26 13:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38: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-26 13:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10716793>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '800f3a03-6aee-5201-b23c-946b2922c65c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HC-820-WN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10716793',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 12365,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2025-04-03',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 Allure - Petrol - Manual - 102 hp - 12.365 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710716793%27 HTTP/1.1" 200 None
2026-03-26 13:38:26 [adesa.fr] INFO: Saving data for 10716793: {'auction_closing_time': 1798671600.0, 'created_time': 1774445680.037667, 'last_price_update_time': 1774532306.646013}
2026-03-26 13:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10716793') HTTP/1.1" 204 0
2026-03-26 13:38:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724175> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc with identifier: 10724175
2026-03-26 13:38:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc with scrape type 1
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fe55a6d52-6adc-4d05-9892-7640c83494e2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/e55a6d52-6adc-4d05-9892-7640c83494e2.jpg not downloaded yet
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252F06cebc6c-e563-4d6c-9e24-3c2e8b56ec29.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/06cebc6c-e563-4d6c-9e24-3c2e8b56ec29.jpg not downloaded yet
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fbb47e126-cd8c-4f9e-8e48-7234e7afa656.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/bb47e126-cd8c-4f9e-8e48-7234e7afa656.jpg not downloaded yet
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252F11f0355e-5455-49b7-9bf2-fcec1457a308.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/11f0355e-5455-49b7-9bf2-fcec1457a308.jpg not downloaded yet
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fd76acf72-bf05-41eb-9ab5-e0aae9eda176.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/d76acf72-bf05-41eb-9ab5-e0aae9eda176.jpg not downloaded yet
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fae3979b6-1a24-4ddf-a6f5-e68a79da3e93.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/ae3979b6-1a24-4ddf-a6f5-e68a79da3e93.jpg not downloaded yet
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Faceadcbb-30ce-476c-9cfd-b31f1d81712c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/aceadcbb-30ce-476c-9cfd-b31f1d81712c.jpg not downloaded yet
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252F9318cfb5-a9f3-4196-831e-16da3543fd29.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/9318cfb5-a9f3-4196-831e-16da3543fd29.jpg not downloaded yet
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252F6ce16c20-2e02-4062-b1a8-982109694968.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/6ce16c20-2e02-4062-b1a8-982109694968.jpg not downloaded yet
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fc5d9a818-920e-44b6-a523-5dc5ef709df2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/c5d9a818-920e-44b6-a523-5dc5ef709df2.jpg not downloaded yet
2026-03-26 13:38:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719683> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 175a56f8-16b6-5970-a00b-5a3ba8711c45 with identifier: 10719683
2026-03-26 13:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 175a56f8-16b6-5970-a00b-5a3ba8711c45 with scrape type 2
2026-03-26 13:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 175a56f8-16b6-5970-a00b-5a3ba8711c45 with scrape type 2
2026-03-26 13:38:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 175a56f8-16b6-5970-a00b-5a3ba8711c45, identifier: 10719683
2026-03-26 13:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 175a56f8-16b6-5970-a00b-5a3ba8711c45 with identifier: 10719683
2026-03-26 13:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 175a56f8-16b6-5970-a00b-5a3ba8711c45 with identifier: 10719683
2026-03-26 13:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 175a56f8-16b6-5970-a00b-5a3ba8711c45 with identifier: 10719683 to the API
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719683>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '175a56f8-16b6-5970-a00b-5a3ba8711c45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HD-354-BW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719683',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 10336,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 14800,
'price_includes_vat': True,
'registration_date': '2025-04-17',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 Allure - Petrol - Manual - 102 hp - 10.336 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719683%27 HTTP/1.1" 200 None
2026-03-26 13:38:30 [adesa.fr] INFO: Saving data for 10719683: {'auction_closing_time': 1798671600.0, 'created_time': 1774445686.869753, 'last_price_update_time': 1774532310.583285}
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10719683') HTTP/1.1" 204 0
2026-03-26 13:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/c5d9a818-920e-44b6-a523-5dc5ef709df2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699481> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721766> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f77f10>
2026-03-26 13:38:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fc5d9a818-920e-44b6-a523-5dc5ef709df2.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/c5d9a818-920e-44b6-a523-5dc5ef709df2.jpg saved to cache
2026-03-26 13:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/6ce16c20-2e02-4062-b1a8-982109694968.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63778d7d-45db-54e9-a96c-ff61724b15ee with identifier: 10699481
2026-03-26 13:38:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63778d7d-45db-54e9-a96c-ff61724b15ee with scrape type 2
2026-03-26 13:38:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63778d7d-45db-54e9-a96c-ff61724b15ee with scrape type 2
2026-03-26 13:38:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 63778d7d-45db-54e9-a96c-ff61724b15ee, identifier: 10699481
2026-03-26 13:38:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 63778d7d-45db-54e9-a96c-ff61724b15ee with identifier: 10699481
2026-03-26 13:38:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 63778d7d-45db-54e9-a96c-ff61724b15ee with identifier: 10699481
2026-03-26 13:38:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 63778d7d-45db-54e9-a96c-ff61724b15ee with identifier: 10699481 to the API
2026-03-26 13:38:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699481>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '63778d7d-45db-54e9-a96c-ff61724b15ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HA-541-CE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699481',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 19255,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 Allure - Petrol - Manual - 102 hp - 19.255 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699481%27 HTTP/1.1" 200 None
2026-03-26 13:38:31 [adesa.fr] INFO: Saving data for 10699481: {'auction_closing_time': 1798671600.0, 'created_time': 1774013632.416008, 'last_price_update_time': 1774532311.54473}
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699481') HTTP/1.1" 204 0
2026-03-26 13:38:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/aceadcbb-30ce-476c-9cfd-b31f1d81712c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/9318cfb5-a9f3-4196-831e-16da3543fd29.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8654ff4f-615b-55c7-b157-918cc12213e2 with identifier: 10721766
2026-03-26 13:38:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8654ff4f-615b-55c7-b157-918cc12213e2 with scrape type 2
2026-03-26 13:38:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8654ff4f-615b-55c7-b157-918cc12213e2 with scrape type 2
2026-03-26 13:38:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 8654ff4f-615b-55c7-b157-918cc12213e2, identifier: 10721766
2026-03-26 13:38:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f49390>
2026-03-26 13:38:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252F6ce16c20-2e02-4062-b1a8-982109694968.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/6ce16c20-2e02-4062-b1a8-982109694968.jpg saved to cache
2026-03-26 13:38:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 8654ff4f-615b-55c7-b157-918cc12213e2 with identifier: 10721766
2026-03-26 13:38:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 8654ff4f-615b-55c7-b157-918cc12213e2 with identifier: 10721766
2026-03-26 13:38:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 8654ff4f-615b-55c7-b157-918cc12213e2 with identifier: 10721766 to the API
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721766>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '8654ff4f-615b-55c7-b157-918cc12213e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HB-141-RY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721766',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 20937,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 17700,
'price_includes_vat': True,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 Allure - Petrol - Automatic - 136 hp - 20.937 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721766%27 HTTP/1.1" 200 None
2026-03-26 13:38:32 [adesa.fr] INFO: Saving data for 10721766: {'auction_closing_time': 1798671600.0, 'created_time': 1774445711.163932, 'last_price_update_time': 1774532312.121345}
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721766') HTTP/1.1" 204 0
2026-03-26 13:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/ae3979b6-1a24-4ddf-a6f5-e68a79da3e93.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac7ff3b90>
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Faceadcbb-30ce-476c-9cfd-b31f1d81712c.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/aceadcbb-30ce-476c-9cfd-b31f1d81712c.jpg saved to cache
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5fab790>
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252F9318cfb5-a9f3-4196-831e-16da3543fd29.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/9318cfb5-a9f3-4196-831e-16da3543fd29.jpg saved to cache
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac611e550>
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fae3979b6-1a24-4ddf-a6f5-e68a79da3e93.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/ae3979b6-1a24-4ddf-a6f5-e68a79da3e93.jpg saved to cache
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/11f0355e-5455-49b7-9bf2-fcec1457a308.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/d76acf72-bf05-41eb-9ab5-e0aae9eda176.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/bb47e126-cd8c-4f9e-8e48-7234e7afa656.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727618> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/e55a6d52-6adc-4d05-9892-7640c83494e2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60249d0>
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252F11f0355e-5455-49b7-9bf2-fcec1457a308.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/11f0355e-5455-49b7-9bf2-fcec1457a308.jpg saved to cache
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac8018150>
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fd76acf72-bf05-41eb-9ab5-e0aae9eda176.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/d76acf72-bf05-41eb-9ab5-e0aae9eda176.jpg saved to cache
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746087/general/06cebc6c-e563-4d6c-9e24-3c2e8b56ec29.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724175)
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f24090>
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fbb47e126-cd8c-4f9e-8e48-7234e7afa656.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/bb47e126-cd8c-4f9e-8e48-7234e7afa656.jpg saved to cache
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34e14c55-0d85-5849-930d-8abd3c7e227f with identifier: 10727618
2026-03-26 13:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34e14c55-0d85-5849-930d-8abd3c7e227f with scrape type 1
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252Fcb6d05d8-d8ae-4004-ab38-61bef54b80e6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/cb6d05d8-d8ae-4004-ab38-61bef54b80e6.jpg not downloaded yet
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60bd950>
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252Fe55a6d52-6adc-4d05-9892-7640c83494e2.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/e55a6d52-6adc-4d05-9892-7640c83494e2.jpg saved to cache
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252Ffc6e9e8b-8947-417f-a129-f8e52f6a6fc4.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/fc6e9e8b-8947-417f-a129-f8e52f6a6fc4.jpg not downloaded yet
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F65938a7b-c114-4884-86be-ec9b9fc46e3f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/65938a7b-c114-4884-86be-ec9b9fc46e3f.jpg not downloaded yet
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f5ffd0>
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746087%252Fgeneral%252F06cebc6c-e563-4d6c-9e24-3c2e8b56ec29.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746087/general/06cebc6c-e563-4d6c-9e24-3c2e8b56ec29.jpg saved to cache
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc
2026-03-26 13:38:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc, skipping ID generation
2026-03-26 13:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc with scrape type 1
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc sending to next pipeline
2026-03-26 13:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc, identifier: 10724175
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252Fa84dbf46-4721-4b6a-8099-48441abb6b11.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/a84dbf46-4721-4b6a-8099-48441abb6b11.jpg not downloaded yet
2026-03-26 13:38:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc with identifier: 10724175
2026-03-26 13:38:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc with identifier: 10724175
2026-03-26 13:38:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc with identifier: 10724175 to the API
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746087/general/06cebc6c-e563-4d6c-9e24-3c2e8b56ec29.jpg>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': '27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HB-785-ZS',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724175',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 23410,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 32,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196776,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/e55a6d52-6adc-4d05-9892-7640c83494e2.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190801,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/06cebc6c-e563-4d6c-9e24-3c2e8b56ec29.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165444,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/bb47e126-cd8c-4f9e-8e48-7234e7afa656.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162903,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/11f0355e-5455-49b7-9bf2-fcec1457a308.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214048,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/d76acf72-bf05-41eb-9ab5-e0aae9eda176.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 351461,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/ae3979b6-1a24-4ddf-a6f5-e68a79da3e93.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 375239,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/aceadcbb-30ce-476c-9cfd-b31f1d81712c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 302659,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/9318cfb5-a9f3-4196-831e-16da3543fd29.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199632,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/6ce16c20-2e02-4062-b1a8-982109694968.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc/27f1eb24-c167-5aa9-b2e7-114f0b4cd8bc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247402,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746087/general/c5d9a818-920e-44b6-a523-5dc5ef709df2.jpg',
'Width': 1920}],
'price': 22300,
'price_includes_vat': True,
'registration_date': '2025-02-20',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 3008 1.2 Allure - Hybrid - Automatic - 136 hp - 23.410 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724175%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [adesa.fr] INFO: Saving data for 10724175: {'created_time': 1774532313.36566, 'last_price_update_time': 1774532313.365673, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724175') HTTP/1.1" 204 0
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F5b3c1ecd-b1c0-4f0c-8223-59338f91e14f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/5b3c1ecd-b1c0-4f0c-8223-59338f91e14f.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F3d843932-9a01-4cac-ab26-f4bdf756c4c4.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/3d843932-9a01-4cac-ab26-f4bdf756c4c4.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252Ff060886f-5c48-4000-8e70-9d7c8e340fb2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/f060886f-5c48-4000-8e70-9d7c8e340fb2.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F7b0a5ba3-5485-4e53-b18d-7260f3109361.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/7b0a5ba3-5485-4e53-b18d-7260f3109361.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F181d4a6f-0e57-4496-b2c5-40d7086de18a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/181d4a6f-0e57-4496-b2c5-40d7086de18a.jpg not downloaded yet
2026-03-26 13:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726262> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F94aa0515-cf58-4e58-9382-5eeb182ffeff.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/94aa0515-cf58-4e58-9382-5eeb182ffeff.jpg not downloaded yet
2026-03-26 13:38:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e203348-fa6f-59c4-880e-890db1307c43 with identifier: 10726262
2026-03-26 13:38:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e203348-fa6f-59c4-880e-890db1307c43 with scrape type 1
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F2588862a-7393-4a50-952a-f9c690553fb6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/2588862a-7393-4a50-952a-f9c690553fb6.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252Fd05910d7-e8ce-4171-a0fe-4524b167f7aa.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/d05910d7-e8ce-4171-a0fe-4524b167f7aa.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F9b93ef4d-0896-428e-b7f5-9adf3e615996.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/9b93ef4d-0896-428e-b7f5-9adf3e615996.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F08eecc2f-2ff5-4b4e-82fc-aae9a25e8a56.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/08eecc2f-2ff5-4b4e-82fc-aae9a25e8a56.jpg not downloaded yet
2026-03-26 13:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/181d4a6f-0e57-4496-b2c5-40d7086de18a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F06b8926c-cad5-4acd-b825-cee9211bff89.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/06b8926c-cad5-4acd-b825-cee9211bff89.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F8508b35d-5331-4169-ba9d-27a61373fd4b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/8508b35d-5331-4169-ba9d-27a61373fd4b.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F62dfaae5-f764-44e6-8ba8-526f6f1ade4a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/62dfaae5-f764-44e6-8ba8-526f6f1ade4a.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252Fdc7b4981-1ccb-44d2-91d8-803629bedaf1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/dc7b4981-1ccb-44d2-91d8-803629bedaf1.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F7f27f034-28b5-49fb-b934-90b287bda331.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/7f27f034-28b5-49fb-b934-90b287bda331.jpg not downloaded yet
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F62dda546-e651-4b5a-9e99-e7b99035ed0d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/62dda546-e651-4b5a-9e99-e7b99035ed0d.jpg not downloaded yet
2026-03-26 13:38:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6029b50>
2026-03-26 13:38:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F181d4a6f-0e57-4496-b2c5-40d7086de18a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/181d4a6f-0e57-4496-b2c5-40d7086de18a.jpg saved to cache
2026-03-26 13:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/08eecc2f-2ff5-4b4e-82fc-aae9a25e8a56.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ef1fd0>
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F08eecc2f-2ff5-4b4e-82fc-aae9a25e8a56.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/08eecc2f-2ff5-4b4e-82fc-aae9a25e8a56.jpg saved to cache
2026-03-26 13:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/62dda546-e651-4b5a-9e99-e7b99035ed0d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6137290>
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F62dda546-e651-4b5a-9e99-e7b99035ed0d.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/62dda546-e651-4b5a-9e99-e7b99035ed0d.jpg saved to cache
2026-03-26 13:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/7f27f034-28b5-49fb-b934-90b287bda331.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac602b5d0>
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:34 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F7f27f034-28b5-49fb-b934-90b287bda331.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/7f27f034-28b5-49fb-b934-90b287bda331.jpg saved to cache
2026-03-26 13:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721192> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/dc7b4981-1ccb-44d2-91d8-803629bedaf1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/8508b35d-5331-4169-ba9d-27a61373fd4b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cb47490-2512-5ca3-860a-8173d4451d85 with identifier: 10721192
2026-03-26 13:38:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cb47490-2512-5ca3-860a-8173d4451d85 with scrape type 2
2026-03-26 13:38:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cb47490-2512-5ca3-860a-8173d4451d85 with scrape type 2
2026-03-26 13:38:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 9cb47490-2512-5ca3-860a-8173d4451d85, identifier: 10721192
2026-03-26 13:38:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 9cb47490-2512-5ca3-860a-8173d4451d85 with identifier: 10721192
2026-03-26 13:38:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 9cb47490-2512-5ca3-860a-8173d4451d85 with identifier: 10721192
2026-03-26 13:38:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 9cb47490-2512-5ca3-860a-8173d4451d85 with identifier: 10721192 to the API
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721192>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '9cb47490-2512-5ca3-860a-8173d4451d85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HE-941-AN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721192',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 8139,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 18900,
'price_includes_vat': True,
'registration_date': '2025-06-12',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 Allure - Petrol - Automatic - 136 hp - 8.139 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721192%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [adesa.fr] INFO: Saving data for 10721192: {'auction_closing_time': 1798671600.0, 'created_time': 1774445713.353006, 'last_price_update_time': 1774532315.03167}
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721192') HTTP/1.1" 204 0
2026-03-26 13:38:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/06b8926c-cad5-4acd-b825-cee9211bff89.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728623> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699459> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/62dfaae5-f764-44e6-8ba8-526f6f1ade4a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac82fac10>
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252Fdc7b4981-1ccb-44d2-91d8-803629bedaf1.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/dc7b4981-1ccb-44d2-91d8-803629bedaf1.jpg saved to cache
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6028e90>
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F8508b35d-5331-4169-ba9d-27a61373fd4b.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/8508b35d-5331-4169-ba9d-27a61373fd4b.jpg saved to cache
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6027b10>
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F06b8926c-cad5-4acd-b825-cee9211bff89.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/06b8926c-cad5-4acd-b825-cee9211bff89.jpg saved to cache
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 278f39c0-2b78-5e03-b3e6-15079ca91888 with identifier: 10728623
2026-03-26 13:38:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278f39c0-2b78-5e03-b3e6-15079ca91888 with scrape type 1
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F581ee083-a955-4c21-a800-c3405686120c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/581ee083-a955-4c21-a800-c3405686120c.jpg not downloaded yet
2026-03-26 13:38:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbdf74a4-8550-5457-b843-35cfef996df3 with identifier: 10699459
2026-03-26 13:38:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbdf74a4-8550-5457-b843-35cfef996df3 with scrape type 2
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbdf74a4-8550-5457-b843-35cfef996df3 with scrape type 2
2026-03-26 13:38:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: dbdf74a4-8550-5457-b843-35cfef996df3, identifier: 10699459
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac8018890>
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F62dfaae5-f764-44e6-8ba8-526f6f1ade4a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/62dfaae5-f764-44e6-8ba8-526f6f1ade4a.jpg saved to cache
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: dbdf74a4-8550-5457-b843-35cfef996df3 with identifier: 10699459
2026-03-26 13:38:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: dbdf74a4-8550-5457-b843-35cfef996df3 with identifier: 10699459
2026-03-26 13:38:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: dbdf74a4-8550-5457-b843-35cfef996df3 with identifier: 10699459 to the API
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699459>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'dbdf74a4-8550-5457-b843-35cfef996df3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GW-707-ST',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699459',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS4',
'odometer': 12065,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 19400,
'price_includes_vat': True,
'registration_date': '2024-04-30',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS4 1.2 Rivoli - Petrol - Automatic - 131 hp - 12.065 km',
'transmission': 'automatic',
'trim': 'Rivoli',
'vin': None,
'year': 2024}
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699459%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [adesa.fr] INFO: Saving data for 10699459: {'auction_closing_time': 1798671600.0, 'created_time': 1774013655.686357, 'last_price_update_time': 1774532315.703869}
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699459') HTTP/1.1" 204 0
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252Fd53522ca-e051-4b9e-8b6f-f7b7b27b4156.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/d53522ca-e051-4b9e-8b6f-f7b7b27b4156.jpg not downloaded yet
2026-03-26 13:38:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10695919> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/9b93ef4d-0896-428e-b7f5-9adf3e615996.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/d05910d7-e8ce-4171-a0fe-4524b167f7aa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F730bc6c2-9538-493b-bdb4-508b264594c6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/730bc6c2-9538-493b-bdb4-508b264594c6.jpg not downloaded yet
2026-03-26 13:38:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746376/general/2588862a-7393-4a50-952a-f9c690553fb6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726262)
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F1a1fcbaa-c649-4574-8132-7e1dfa294747.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/1a1fcbaa-c649-4574-8132-7e1dfa294747.jpg not downloaded yet
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252Fee974b98-7024-4647-84ab-30247ccbdf45.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/ee974b98-7024-4647-84ab-30247ccbdf45.jpg not downloaded yet
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F7993134e-766a-42bb-9a55-8032b602a09e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/7993134e-766a-42bb-9a55-8032b602a09e.jpg not downloaded yet
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252Fec239559-930a-465b-88a9-5b98edeeb32b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/ec239559-930a-465b-88a9-5b98edeeb32b.jpg not downloaded yet
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F909c67e1-59f3-4467-b563-eb152615b186.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/909c67e1-59f3-4467-b563-eb152615b186.jpg not downloaded yet
2026-03-26 13:38:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69a8a6ca-f6df-53ec-9ac2-afd78814068f with identifier: 10695919
2026-03-26 13:38:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69a8a6ca-f6df-53ec-9ac2-afd78814068f with scrape type 2
2026-03-26 13:38:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69a8a6ca-f6df-53ec-9ac2-afd78814068f with scrape type 2
2026-03-26 13:38:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 69a8a6ca-f6df-53ec-9ac2-afd78814068f, identifier: 10695919
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f54110>
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:35 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F9b93ef4d-0896-428e-b7f5-9adf3e615996.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/9b93ef4d-0896-428e-b7f5-9adf3e615996.jpg saved to cache
2026-03-26 13:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/d53522ca-e051-4b9e-8b6f-f7b7b27b4156.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F968b444d-bcf7-4b04-900e-d20b40acf008.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/968b444d-bcf7-4b04-900e-d20b40acf008.jpg not downloaded yet
2026-03-26 13:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 69a8a6ca-f6df-53ec-9ac2-afd78814068f with identifier: 10695919
2026-03-26 13:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 69a8a6ca-f6df-53ec-9ac2-afd78814068f with identifier: 10695919
2026-03-26 13:38:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 69a8a6ca-f6df-53ec-9ac2-afd78814068f with identifier: 10695919 to the API
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10695919>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'Hatchback',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.3L',
'engine_horse_power': 141,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '69a8a6ca-f6df-53ec-9ac2-afd78814068f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GQ-588-KE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10695919',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Clio',
'odometer': 10565,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 18500,
'price_includes_vat': True,
'registration_date': '2023-07-26',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Renault Clio 1.3 RS Line - Petrol - Manual - 141 hp - 10.565 km',
'transmission': 'manual',
'trim': 'RS Line',
'vin': None,
'year': 2023}
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710695919%27 HTTP/1.1" 200 None
2026-03-26 13:38:36 [adesa.fr] INFO: Saving data for 10695919: {'auction_closing_time': 1798671600.0, 'created_time': 1774013664.049524, 'last_price_update_time': 1774532316.299642}
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10695919') HTTP/1.1" 204 0
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac622b010>
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252Fd05910d7-e8ce-4171-a0fe-4524b167f7aa.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/d05910d7-e8ce-4171-a0fe-4524b167f7aa.jpg saved to cache
2026-03-26 13:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/581ee083-a955-4c21-a800-c3405686120c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F798846a9-91fb-4bf2-9abe-eab49ab3ffb8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/798846a9-91fb-4bf2-9abe-eab49ab3ffb8.jpg not downloaded yet
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6100690>
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746376%252Fgeneral%252F2588862a-7393-4a50-952a-f9c690553fb6.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746376/general/2588862a-7393-4a50-952a-f9c690553fb6.jpg saved to cache
2026-03-26 13:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0e203348-fa6f-59c4-880e-890db1307c43
2026-03-26 13:38:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0e203348-fa6f-59c4-880e-890db1307c43, skipping ID generation
2026-03-26 13:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e203348-fa6f-59c4-880e-890db1307c43 with scrape type 1
2026-03-26 13:38:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0e203348-fa6f-59c4-880e-890db1307c43 sending to next pipeline
2026-03-26 13:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 0e203348-fa6f-59c4-880e-890db1307c43, identifier: 10726262
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6102910>
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:36 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252Fd53522ca-e051-4b9e-8b6f-f7b7b27b4156.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/d53522ca-e051-4b9e-8b6f-f7b7b27b4156.jpg saved to cache
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 0e203348-fa6f-59c4-880e-890db1307c43 with identifier: 10726262
2026-03-26 13:38:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 0e203348-fa6f-59c4-880e-890db1307c43 with identifier: 10726262
2026-03-26 13:38:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 0e203348-fa6f-59c4-880e-890db1307c43 with identifier: 10726262 to the API
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746376/general/2588862a-7393-4a50-952a-f9c690553fb6.jpg>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '0e203348-fa6f-59c4-880e-890db1307c43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GX-058-LW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726262',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS4',
'odometer': 3617,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 23,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206640,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/2588862a-7393-4a50-952a-f9c690553fb6.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176761,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/d05910d7-e8ce-4171-a0fe-4524b167f7aa.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 193997,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/9b93ef4d-0896-428e-b7f5-9adf3e615996.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197539,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/08eecc2f-2ff5-4b4e-82fc-aae9a25e8a56.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187283,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/06b8926c-cad5-4acd-b825-cee9211bff89.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 211854,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/8508b35d-5331-4169-ba9d-27a61373fd4b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 288448,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/62dfaae5-f764-44e6-8ba8-526f6f1ade4a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274323,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/dc7b4981-1ccb-44d2-91d8-803629bedaf1.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304179,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/7f27f034-28b5-49fb-b934-90b287bda331.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0e203348-fa6f-59c4-880e-890db1307c43/0e203348-fa6f-59c4-880e-890db1307c43_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322815,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746376/general/62dda546-e651-4b5a-9e99-e7b99035ed0d.jpg',
'Width': 1920}],
'price': 18900,
'price_includes_vat': True,
'registration_date': '2024-06-11',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS4 1.2 Rivoli - Petrol - Automatic - 131 hp - 3.617 km',
'transmission': 'automatic',
'trim': 'Rivoli',
'vin': None,
'year': 2024}
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726262%27 HTTP/1.1" 200 None
2026-03-26 13:38:37 [adesa.fr] INFO: Saving data for 10726262: {'created_time': 1774532317.404012, 'last_price_update_time': 1774532317.404024, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10726262') HTTP/1.1" 204 0
2026-03-26 13:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/f060886f-5c48-4000-8e70-9d7c8e340fb2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10729504> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac610e590>
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F581ee083-a955-4c21-a800-c3405686120c.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/581ee083-a955-4c21-a800-c3405686120c.jpg saved to cache
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/94aa0515-cf58-4e58-9382-5eeb182ffeff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/909c67e1-59f3-4467-b563-eb152615b186.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/968b444d-bcf7-4b04-900e-d20b40acf008.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/7b0a5ba3-5485-4e53-b18d-7260f3109361.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f486d0>
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252Ff060886f-5c48-4000-8e70-9d7c8e340fb2.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/f060886f-5c48-4000-8e70-9d7c8e340fb2.jpg saved to cache
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/1a1fcbaa-c649-4574-8132-7e1dfa294747.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/ee974b98-7024-4647-84ab-30247ccbdf45.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/730bc6c2-9538-493b-bdb4-508b264594c6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9faea89-ac1d-519e-a543-4d517f54f92c with identifier: 10729504
2026-03-26 13:38:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9faea89-ac1d-519e-a543-4d517f54f92c with scrape type 1
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fcfa1314b-da7d-4b89-b5c8-0a65a933bd06.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/cfa1314b-da7d-4b89-b5c8-0a65a933bd06.jpg not downloaded yet
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60854d0>
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F94aa0515-cf58-4e58-9382-5eeb182ffeff.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/94aa0515-cf58-4e58-9382-5eeb182ffeff.jpg saved to cache
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac61b3690>
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F909c67e1-59f3-4467-b563-eb152615b186.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/909c67e1-59f3-4467-b563-eb152615b186.jpg saved to cache
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54698d0>
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:37 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F968b444d-bcf7-4b04-900e-d20b40acf008.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/968b444d-bcf7-4b04-900e-d20b40acf008.jpg saved to cache
2026-03-26 13:38:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60da690>
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F7b0a5ba3-5485-4e53-b18d-7260f3109361.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/7b0a5ba3-5485-4e53-b18d-7260f3109361.jpg saved to cache
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/ec239559-930a-465b-88a9-5b98edeeb32b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/798846a9-91fb-4bf2-9abe-eab49ab3ffb8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252F1aec8bef-b972-4d71-9d94-1d1697055697.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/1aec8bef-b972-4d71-9d94-1d1697055697.jpg not downloaded yet
2026-03-26 13:38:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719687> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5468990>
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F1a1fcbaa-c649-4574-8132-7e1dfa294747.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/1a1fcbaa-c649-4574-8132-7e1dfa294747.jpg saved to cache
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac624ed90>
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252Fee974b98-7024-4647-84ab-30247ccbdf45.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/ee974b98-7024-4647-84ab-30247ccbdf45.jpg saved to cache
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60f71d0>
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F730bc6c2-9538-493b-bdb4-508b264594c6.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/730bc6c2-9538-493b-bdb4-508b264594c6.jpg saved to cache
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fc881b2c3-19c2-458f-bf2c-6b84757f7cc5.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/c881b2c3-19c2-458f-bf2c-6b84757f7cc5.jpg not downloaded yet
2026-03-26 13:38:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252F076e4373-e9df-4c16-8ad5-2691eb96035b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/076e4373-e9df-4c16-8ad5-2691eb96035b.jpg not downloaded yet
2026-03-26 13:38:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/a84dbf46-4721-4b6a-8099-48441abb6b11.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/65938a7b-c114-4884-86be-ec9b9fc46e3f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/5b3c1ecd-b1c0-4f0c-8223-59338f91e14f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/3d843932-9a01-4cac-ab26-f4bdf756c4c4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Ff29d2bc2-5679-4377-a0b6-d78050bb2a60.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/f29d2bc2-5679-4377-a0b6-d78050bb2a60.jpg not downloaded yet
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6295790>
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252Fec239559-930a-465b-88a9-5b98edeeb32b.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/ec239559-930a-465b-88a9-5b98edeeb32b.jpg saved to cache
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac623ef90>
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:38 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F798846a9-91fb-4bf2-9abe-eab49ab3ffb8.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/798846a9-91fb-4bf2-9abe-eab49ab3ffb8.jpg saved to cache
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7874e78-f6a4-596b-aa74-23e09f411dcd with identifier: 10719687
2026-03-26 13:38:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7874e78-f6a4-596b-aa74-23e09f411dcd with scrape type 2
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7874e78-f6a4-596b-aa74-23e09f411dcd with scrape type 2
2026-03-26 13:38:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: a7874e78-f6a4-596b-aa74-23e09f411dcd, identifier: 10719687
2026-03-26 13:38:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: a7874e78-f6a4-596b-aa74-23e09f411dcd with identifier: 10719687
2026-03-26 13:38:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: a7874e78-f6a4-596b-aa74-23e09f411dcd with identifier: 10719687
2026-03-26 13:38:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: a7874e78-f6a4-596b-aa74-23e09f411dcd with identifier: 10719687 to the API
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719687>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': 'a7874e78-f6a4-596b-aa74-23e09f411dcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GQ-711-TW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719687',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 23001,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 24900,
'price_includes_vat': True,
'registration_date': '2023-08-22',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Cupra Formentor 1.4 e-Hybrid VZ - Hybrid - Automatic - 150 hp - '
'23.001 km',
'transmission': 'automatic',
'trim': 'VZ',
'vin': None,
'year': 2023}
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719687%27 HTTP/1.1" 200 None
2026-03-26 13:38:38 [adesa.fr] INFO: Saving data for 10719687: {'auction_closing_time': 1798671600.0, 'created_time': 1774445715.531989, 'last_price_update_time': 1774532318.876413}
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10719687') HTTP/1.1" 204 0
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fe8c8c946-86d3-4034-8e4a-663b72aa7a2e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/e8c8c946-86d3-4034-8e4a-663b72aa7a2e.jpg not downloaded yet
2026-03-26 13:38:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747390/general/7993134e-766a-42bb-9a55-8032b602a09e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728623)
2026-03-26 13:38:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/cfa1314b-da7d-4b89-b5c8-0a65a933bd06.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54999d0>
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252Fa84dbf46-4721-4b6a-8099-48441abb6b11.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/a84dbf46-4721-4b6a-8099-48441abb6b11.jpg saved to cache
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ec7050>
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F65938a7b-c114-4884-86be-ec9b9fc46e3f.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/65938a7b-c114-4884-86be-ec9b9fc46e3f.jpg saved to cache
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60db990>
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F5b3c1ecd-b1c0-4f0c-8223-59338f91e14f.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/5b3c1ecd-b1c0-4f0c-8223-59338f91e14f.jpg saved to cache
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ec7290>
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252F3d843932-9a01-4cac-ab26-f4bdf756c4c4.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/3d843932-9a01-4cac-ab26-f4bdf756c4c4.jpg saved to cache
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fbd6ea817-b7c0-46bc-8f19-7ebf36c1bfe8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/bd6ea817-b7c0-46bc-8f19-7ebf36c1bfe8.jpg not downloaded yet
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252F76f3e32c-cb11-41f1-91e6-61dd59a07792.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/76f3e32c-cb11-41f1-91e6-61dd59a07792.jpg not downloaded yet
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6294050>
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747390%252Fgeneral%252F7993134e-766a-42bb-9a55-8032b602a09e.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747390/general/7993134e-766a-42bb-9a55-8032b602a09e.jpg saved to cache
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 278f39c0-2b78-5e03-b3e6-15079ca91888
2026-03-26 13:38:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 278f39c0-2b78-5e03-b3e6-15079ca91888, skipping ID generation
2026-03-26 13:38:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278f39c0-2b78-5e03-b3e6-15079ca91888 with scrape type 1
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 278f39c0-2b78-5e03-b3e6-15079ca91888 sending to next pipeline
2026-03-26 13:38:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 278f39c0-2b78-5e03-b3e6-15079ca91888, identifier: 10728623
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac606c250>
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:39 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fcfa1314b-da7d-4b89-b5c8-0a65a933bd06.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/cfa1314b-da7d-4b89-b5c8-0a65a933bd06.jpg saved to cache
2026-03-26 13:38:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/076e4373-e9df-4c16-8ad5-2691eb96035b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/cb6d05d8-d8ae-4004-ab38-61bef54b80e6.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5619386/general/fc6e9e8b-8947-417f-a129-f8e52f6a6fc4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727618)
2026-03-26 13:38:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/c881b2c3-19c2-458f-bf2c-6b84757f7cc5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 278f39c0-2b78-5e03-b3e6-15079ca91888 with identifier: 10728623
2026-03-26 13:38:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 278f39c0-2b78-5e03-b3e6-15079ca91888 with identifier: 10728623
2026-03-26 13:38:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 278f39c0-2b78-5e03-b3e6-15079ca91888 with identifier: 10728623 to the API
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747390/general/7993134e-766a-42bb-9a55-8032b602a09e.jpg>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '278f39c0-2b78-5e03-b3e6-15079ca91888',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY-323-TE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728623',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS4',
'odometer': 4803,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 25,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200325,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/581ee083-a955-4c21-a800-c3405686120c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 190178,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/d53522ca-e051-4b9e-8b6f-f7b7b27b4156.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 217694,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/730bc6c2-9538-493b-bdb4-508b264594c6.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200123,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/1a1fcbaa-c649-4574-8132-7e1dfa294747.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231077,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/ee974b98-7024-4647-84ab-30247ccbdf45.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 326995,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/7993134e-766a-42bb-9a55-8032b602a09e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310222,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/ec239559-930a-465b-88a9-5b98edeeb32b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 298685,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/909c67e1-59f3-4467-b563-eb152615b186.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321306,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/968b444d-bcf7-4b04-900e-d20b40acf008.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_278f39c0-2b78-5e03-b3e6-15079ca91888/278f39c0-2b78-5e03-b3e6-15079ca91888_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 198485,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747390/general/798846a9-91fb-4bf2-9abe-eab49ab3ffb8.jpg',
'Width': 1920}],
'price': 18900,
'price_includes_vat': True,
'registration_date': '2024-08-19',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS4 1.2 Rivoli - Petrol - Automatic - 131 hp - 4.803 km',
'transmission': 'automatic',
'trim': 'Rivoli',
'vin': None,
'year': 2024}
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728623%27 HTTP/1.1" 200 None
2026-03-26 13:38:40 [adesa.fr] INFO: Saving data for 10728623: {'created_time': 1774532320.017723, 'last_price_update_time': 1774532320.017737, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728623') HTTP/1.1" 204 0
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fb810c352-6e5c-44d0-b7d9-c4bfc3db4d77.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/b810c352-6e5c-44d0-b7d9-c4bfc3db4d77.jpg not downloaded yet
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252F5bde7346-7a7b-4f6c-8d76-2953dc71e76d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/5bde7346-7a7b-4f6c-8d76-2953dc71e76d.jpg not downloaded yet
2026-03-26 13:38:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/f29d2bc2-5679-4377-a0b6-d78050bb2a60.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac602b710>
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252F076e4373-e9df-4c16-8ad5-2691eb96035b.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/076e4373-e9df-4c16-8ad5-2691eb96035b.jpg saved to cache
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac547a9d0>
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252Fcb6d05d8-d8ae-4004-ab38-61bef54b80e6.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/cb6d05d8-d8ae-4004-ab38-61bef54b80e6.jpg saved to cache
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5eb9e90>
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5619386%252Fgeneral%252Ffc6e9e8b-8947-417f-a129-f8e52f6a6fc4.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5619386/general/fc6e9e8b-8947-417f-a129-f8e52f6a6fc4.jpg saved to cache
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 34e14c55-0d85-5849-930d-8abd3c7e227f
2026-03-26 13:38:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 34e14c55-0d85-5849-930d-8abd3c7e227f, skipping ID generation
2026-03-26 13:38:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34e14c55-0d85-5849-930d-8abd3c7e227f with scrape type 1
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 34e14c55-0d85-5849-930d-8abd3c7e227f sending to next pipeline
2026-03-26 13:38:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 34e14c55-0d85-5849-930d-8abd3c7e227f, identifier: 10727618
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac606f290>
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fc881b2c3-19c2-458f-bf2c-6b84757f7cc5.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/c881b2c3-19c2-458f-bf2c-6b84757f7cc5.jpg saved to cache
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 34e14c55-0d85-5849-930d-8abd3c7e227f with identifier: 10727618
2026-03-26 13:38:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 34e14c55-0d85-5849-930d-8abd3c7e227f with identifier: 10727618
2026-03-26 13:38:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 34e14c55-0d85-5849-930d-8abd3c7e227f with identifier: 10727618 to the API
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5619386/general/fc6e9e8b-8947-417f-a129-f8e52f6a6fc4.jpg>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 200,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': '34e14c55-0d85-5849-930d-8abd3c7e227f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV-702-WW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727618',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS7 Crossback',
'odometer': 19845,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 29,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 196084,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/cb6d05d8-d8ae-4004-ab38-61bef54b80e6.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206145,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/fc6e9e8b-8947-417f-a129-f8e52f6a6fc4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 177317,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/65938a7b-c114-4884-86be-ec9b9fc46e3f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178583,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/a84dbf46-4721-4b6a-8099-48441abb6b11.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213574,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/5b3c1ecd-b1c0-4f0c-8223-59338f91e14f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213211,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/3d843932-9a01-4cac-ab26-f4bdf756c4c4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 383519,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/f060886f-5c48-4000-8e70-9d7c8e340fb2.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 389576,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/7b0a5ba3-5485-4e53-b18d-7260f3109361.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 394109,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/181d4a6f-0e57-4496-b2c5-40d7086de18a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_34e14c55-0d85-5849-930d-8abd3c7e227f/34e14c55-0d85-5849-930d-8abd3c7e227f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 388089,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5619386/general/94aa0515-cf58-4e58-9382-5eeb182ffeff.jpg',
'Width': 1920}],
'price': 29700,
'price_includes_vat': True,
'registration_date': '2024-03-21',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS7 Crossback 1.6 Rivoli - AWD - Hybrid - Automatic - 200 hp - '
'19.845 km',
'transmission': 'automatic',
'trim': 'Rivoli',
'vin': None,
'year': 2024}
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710727618%27 HTTP/1.1" 200 None
2026-03-26 13:38:40 [adesa.fr] INFO: Saving data for 10727618: {'created_time': 1774532320.846464, 'last_price_update_time': 1774532320.846477, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10727618') HTTP/1.1" 204 0
2026-03-26 13:38:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/1aec8bef-b972-4d71-9d94-1d1697055697.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60cc2d0>
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Ff29d2bc2-5679-4377-a0b6-d78050bb2a60.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/f29d2bc2-5679-4377-a0b6-d78050bb2a60.jpg saved to cache
2026-03-26 13:38:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/bd6ea817-b7c0-46bc-8f19-7ebf36c1bfe8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/e8c8c946-86d3-4034-8e4a-663b72aa7a2e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/76f3e32c-cb11-41f1-91e6-61dd59a07792.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f109d0>
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:40 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:40 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252F1aec8bef-b972-4d71-9d94-1d1697055697.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/1aec8bef-b972-4d71-9d94-1d1697055697.jpg saved to cache
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/b810c352-6e5c-44d0-b7d9-c4bfc3db4d77.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f61a90>
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fbd6ea817-b7c0-46bc-8f19-7ebf36c1bfe8.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/bd6ea817-b7c0-46bc-8f19-7ebf36c1bfe8.jpg saved to cache
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60cf7d0>
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fe8c8c946-86d3-4034-8e4a-663b72aa7a2e.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/e8c8c946-86d3-4034-8e4a-663b72aa7a2e.jpg saved to cache
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60249d0>
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252F76f3e32c-cb11-41f1-91e6-61dd59a07792.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/76f3e32c-cb11-41f1-91e6-61dd59a07792.jpg saved to cache
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747906/general/5bde7346-7a7b-4f6c-8d76-2953dc71e76d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10729504)
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60d7c90>
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252Fb810c352-6e5c-44d0-b7d9-c4bfc3db4d77.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/b810c352-6e5c-44d0-b7d9-c4bfc3db4d77.jpg saved to cache
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6149550>
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:41 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747906%252Fgeneral%252F5bde7346-7a7b-4f6c-8d76-2953dc71e76d.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747906/general/5bde7346-7a7b-4f6c-8d76-2953dc71e76d.jpg saved to cache
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item d9faea89-ac1d-519e-a543-4d517f54f92c
2026-03-26 13:38:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d9faea89-ac1d-519e-a543-4d517f54f92c, skipping ID generation
2026-03-26 13:38:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9faea89-ac1d-519e-a543-4d517f54f92c with scrape type 1
2026-03-26 13:38:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d9faea89-ac1d-519e-a543-4d517f54f92c sending to next pipeline
2026-03-26 13:38:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: d9faea89-ac1d-519e-a543-4d517f54f92c, identifier: 10729504
2026-03-26 13:38:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: d9faea89-ac1d-519e-a543-4d517f54f92c with identifier: 10729504
2026-03-26 13:38:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: d9faea89-ac1d-519e-a543-4d517f54f92c with identifier: 10729504
2026-03-26 13:38:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: d9faea89-ac1d-519e-a543-4d517f54f92c with identifier: 10729504 to the API
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747906/general/5bde7346-7a7b-4f6c-8d76-2953dc71e76d.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Electric',
'id': 'd9faea89-ac1d-519e-a543-4d517f54f92c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HE-565-LJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10729504',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243422,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/cfa1314b-da7d-4b89-b5c8-0a65a933bd06.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221772,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/1aec8bef-b972-4d71-9d94-1d1697055697.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224016,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/c881b2c3-19c2-458f-bf2c-6b84757f7cc5.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248501,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/076e4373-e9df-4c16-8ad5-2691eb96035b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247754,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/f29d2bc2-5679-4377-a0b6-d78050bb2a60.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 385905,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/e8c8c946-86d3-4034-8e4a-663b72aa7a2e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 350739,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/bd6ea817-b7c0-46bc-8f19-7ebf36c1bfe8.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 358395,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/76f3e32c-cb11-41f1-91e6-61dd59a07792.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 419703,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/b810c352-6e5c-44d0-b7d9-c4bfc3db4d77.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d9faea89-ac1d-519e-a543-4d517f54f92c/d9faea89-ac1d-519e-a543-4d517f54f92c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340546,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747906/general/5bde7346-7a7b-4f6c-8d76-2953dc71e76d.jpg',
'Width': 1920}],
'price': 20600,
'price_includes_vat': True,
'registration_date': '2025-06-30',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 Active - Electric - Automatic - 136 hp - 50 km',
'transmission': 'automatic',
'trim': 'Active',
'vin': None,
'year': 2025}
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710729504%27 HTTP/1.1" 200 None
2026-03-26 13:38:41 [adesa.fr] INFO: Saving data for 10729504: {'created_time': 1774532321.970086, 'last_price_update_time': 1774532321.970101, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10729504') HTTP/1.1" 204 0
2026-03-26 13:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728851> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc with identifier: 10728851
2026-03-26 13:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc with scrape type 1
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F4915efb9-6d36-4385-a9da-19569598c517.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/4915efb9-6d36-4385-a9da-19569598c517.jpg not downloaded yet
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F367dcadc-af9f-4dfb-a616-a2b68b41076b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/367dcadc-af9f-4dfb-a616-a2b68b41076b.jpg not downloaded yet
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F5975194a-71d8-4111-8529-4db3288cc164.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/5975194a-71d8-4111-8529-4db3288cc164.jpg not downloaded yet
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F39dab3f1-7323-4bec-abac-9a363cd1a952.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/39dab3f1-7323-4bec-abac-9a363cd1a952.jpg not downloaded yet
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F0ac3cb2a-4039-453b-8a72-1b8133532bcd.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/0ac3cb2a-4039-453b-8a72-1b8133532bcd.jpg not downloaded yet
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252Ffa2a3de0-984a-4853-a62b-86d39a08a118.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/fa2a3de0-984a-4853-a62b-86d39a08a118.jpg not downloaded yet
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F48060b3e-29d5-4821-a9a2-64b60f0384e7.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/48060b3e-29d5-4821-a9a2-64b60f0384e7.jpg not downloaded yet
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F21b08044-b362-4dc5-8def-144f2fb8e092.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/21b08044-b362-4dc5-8def-144f2fb8e092.jpg not downloaded yet
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F2bedc5e4-be93-4506-b341-339a4dce262f.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/2bedc5e4-be93-4506-b341-339a4dce262f.jpg not downloaded yet
2026-03-26 13:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699438> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252Fb4f8a05b-6000-4ee9-86c0-3be182a7b1af.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/b4f8a05b-6000-4ee9-86c0-3be182a7b1af.jpg not downloaded yet
2026-03-26 13:38:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34f52ba3-b7e5-5cb0-8b50-0b1b930714f2 with identifier: 10699438
2026-03-26 13:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34f52ba3-b7e5-5cb0-8b50-0b1b930714f2 with scrape type 2
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34f52ba3-b7e5-5cb0-8b50-0b1b930714f2 with scrape type 2
2026-03-26 13:38:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 34f52ba3-b7e5-5cb0-8b50-0b1b930714f2, identifier: 10699438
2026-03-26 13:38:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 34f52ba3-b7e5-5cb0-8b50-0b1b930714f2 with identifier: 10699438
2026-03-26 13:38:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 34f52ba3-b7e5-5cb0-8b50-0b1b930714f2 with identifier: 10699438
2026-03-26 13:38:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 34f52ba3-b7e5-5cb0-8b50-0b1b930714f2 with identifier: 10699438 to the API
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699438>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '34f52ba3-b7e5-5cb0-8b50-0b1b930714f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV-404-SJ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699438',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS4',
'odometer': 25222,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 18100,
'price_includes_vat': True,
'registration_date': '2024-03-14',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS4 1.2i Rivoli - Petrol - Automatic - 131 hp - 25.222 km',
'transmission': 'automatic',
'trim': 'Rivoli',
'vin': None,
'year': 2024}
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699438%27 HTTP/1.1" 200 None
2026-03-26 13:38:42 [adesa.fr] INFO: Saving data for 10699438: {'auction_closing_time': 1798671600.0, 'created_time': 1774013655.338118, 'last_price_update_time': 1774532322.837509}
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699438') HTTP/1.1" 204 0
2026-03-26 13:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10722728> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721360> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/2bedc5e4-be93-4506-b341-339a4dce262f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699439> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08a6cbeb-9d3a-59cc-87bd-546e505135ee with identifier: 10722728
2026-03-26 13:38:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08a6cbeb-9d3a-59cc-87bd-546e505135ee with scrape type 2
2026-03-26 13:38:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08a6cbeb-9d3a-59cc-87bd-546e505135ee with scrape type 2
2026-03-26 13:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 08a6cbeb-9d3a-59cc-87bd-546e505135ee, identifier: 10722728
2026-03-26 13:38:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 08a6cbeb-9d3a-59cc-87bd-546e505135ee with identifier: 10722728
2026-03-26 13:38:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 08a6cbeb-9d3a-59cc-87bd-546e505135ee with identifier: 10722728
2026-03-26 13:38:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 08a6cbeb-9d3a-59cc-87bd-546e505135ee with identifier: 10722728 to the API
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10722728>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '08a6cbeb-9d3a-59cc-87bd-546e505135ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HB-982-RM',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10722728',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 14522,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 13500,
'price_includes_vat': True,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 208 Allure - Petrol - Manual - 101 hp - 14.522 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722728%27 HTTP/1.1" 200 None
2026-03-26 13:38:43 [adesa.fr] INFO: Saving data for 10722728: {'auction_closing_time': 1798671600.0, 'created_time': 1774445680.690622, 'last_price_update_time': 1774532323.433257}
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10722728') HTTP/1.1" 204 0
2026-03-26 13:38:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/b4f8a05b-6000-4ee9-86c0-3be182a7b1af.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/48060b3e-29d5-4821-a9a2-64b60f0384e7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10729513> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/fa2a3de0-984a-4853-a62b-86d39a08a118.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 990106ca-eb63-59ed-8879-2aa18c77b79a with identifier: 10721360
2026-03-26 13:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 990106ca-eb63-59ed-8879-2aa18c77b79a with scrape type 2
2026-03-26 13:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 990106ca-eb63-59ed-8879-2aa18c77b79a with scrape type 2
2026-03-26 13:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 990106ca-eb63-59ed-8879-2aa18c77b79a, identifier: 10721360
2026-03-26 13:38:43 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:43 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6136cd0>
2026-03-26 13:38:43 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:43 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F2bedc5e4-be93-4506-b341-339a4dce262f.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/2bedc5e4-be93-4506-b341-339a4dce262f.jpg saved to cache
2026-03-26 13:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83596e62-c528-5e41-a5f3-aa46505df2be with identifier: 10699439
2026-03-26 13:38:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83596e62-c528-5e41-a5f3-aa46505df2be with scrape type 2
2026-03-26 13:38:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83596e62-c528-5e41-a5f3-aa46505df2be with scrape type 2
2026-03-26 13:38:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 83596e62-c528-5e41-a5f3-aa46505df2be, identifier: 10699439
2026-03-26 13:38:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/21b08044-b362-4dc5-8def-144f2fb8e092.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 990106ca-eb63-59ed-8879-2aa18c77b79a with identifier: 10721360
2026-03-26 13:38:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 990106ca-eb63-59ed-8879-2aa18c77b79a with identifier: 10721360
2026-03-26 13:38:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 990106ca-eb63-59ed-8879-2aa18c77b79a with identifier: 10721360 to the API
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721360>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': '990106ca-eb63-59ed-8879-2aa18c77b79a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GT-481-BQ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721360',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 19259,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 22300,
'price_includes_vat': True,
'registration_date': '2023-12-16',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Cupra Formentor 1.4 e-Hybrid Business - Hybrid - Automatic - 150 hp '
'- 19.259 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2023}
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721360%27 HTTP/1.1" 200 None
2026-03-26 13:38:43 [adesa.fr] INFO: Saving data for 10721360: {'auction_closing_time': 1798671600.0, 'created_time': 1774445682.925055, 'last_price_update_time': 1774532323.996157}
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721360') HTTP/1.1" 204 0
2026-03-26 13:38:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 83596e62-c528-5e41-a5f3-aa46505df2be with identifier: 10699439
2026-03-26 13:38:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 83596e62-c528-5e41-a5f3-aa46505df2be with identifier: 10699439
2026-03-26 13:38:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 83596e62-c528-5e41-a5f3-aa46505df2be with identifier: 10699439 to the API
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699439>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '83596e62-c528-5e41-a5f3-aa46505df2be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GV-362-JX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699439',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS4',
'odometer': 30411,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 18100,
'price_includes_vat': True,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS4 1.2i Rivoli - Petrol - Automatic - 131 hp - 30.411 km',
'transmission': 'automatic',
'trim': 'Rivoli',
'vin': None,
'year': 2024}
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699439%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [adesa.fr] INFO: Saving data for 10699439: {'auction_closing_time': 1798671600.0, 'created_time': 1774013646.742403, 'last_price_update_time': 1774532324.292561}
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699439') HTTP/1.1" 204 0
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6145c90>
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252Fb4f8a05b-6000-4ee9-86c0-3be182a7b1af.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/b4f8a05b-6000-4ee9-86c0-3be182a7b1af.jpg saved to cache
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54bd4d0>
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F48060b3e-29d5-4821-a9a2-64b60f0384e7.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/48060b3e-29d5-4821-a9a2-64b60f0384e7.jpg saved to cache
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8dda78d-541b-5d66-9a9f-f2f18167a5cd with identifier: 10729513
2026-03-26 13:38:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8dda78d-541b-5d66-9a9f-f2f18167a5cd with scrape type 1
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b8dda78d-541b-5d66-9a9f-f2f18167a5cd
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252F015f4cea-e97d-4c33-919b-c3578c345443.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/015f4cea-e97d-4c33-919b-c3578c345443.jpg already downloaded
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252Fa168c138-a042-4012-bb04-fc4261bee275.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/a168c138-a042-4012-bb04-fc4261bee275.jpg already downloaded
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252F81e5ccdf-0670-40a6-b4ea-a92a51910231.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/81e5ccdf-0670-40a6-b4ea-a92a51910231.jpg already downloaded
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252F80e3635d-e51d-4912-8645-9d8767e15816.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/80e3635d-e51d-4912-8645-9d8767e15816.jpg already downloaded
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252F4e0d91ed-9607-497f-9ce6-644968c33c94.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/4e0d91ed-9607-497f-9ce6-644968c33c94.jpg already downloaded
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252Fc348ba63-848b-47d2-ba0d-5cc6f7d7a9f2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/c348ba63-848b-47d2-ba0d-5cc6f7d7a9f2.jpg already downloaded
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252F8ed48e7f-8720-4bc8-97de-80f05e4fdfa6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/8ed48e7f-8720-4bc8-97de-80f05e4fdfa6.jpg already downloaded
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252Ff8562370-dbc4-4ba1-907d-cf2f20ed463d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/f8562370-dbc4-4ba1-907d-cf2f20ed463d.jpg already downloaded
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252F5ec3c713-ea83-4dd2-8453-e93892d08f21.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/5ec3c713-ea83-4dd2-8453-e93892d08f21.jpg already downloaded
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5684657%252Fgeneral%252Ffa29a566-fed8-4657-b435-7803895eabf5.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5684657/general/fa29a566-fed8-4657-b435-7803895eabf5.jpg already downloaded
2026-03-26 13:38:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: b8dda78d-541b-5d66-9a9f-f2f18167a5cd, identifier: 10729513
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f6af90>
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:44 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:44 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252Ffa2a3de0-984a-4853-a62b-86d39a08a118.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/fa2a3de0-984a-4853-a62b-86d39a08a118.jpg saved to cache
2026-03-26 13:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: b8dda78d-541b-5d66-9a9f-f2f18167a5cd with identifier: 10729513
2026-03-26 13:38:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: b8dda78d-541b-5d66-9a9f-f2f18167a5cd with identifier: 10729513
2026-03-26 13:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: b8dda78d-541b-5d66-9a9f-f2f18167a5cd with identifier: 10729513 to the API
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10729513>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': 'b8dda78d-541b-5d66-9a9f-f2f18167a5cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '54466',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10729513',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C4',
'odometer': 32361,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5684657/general/015f4cea-e97d-4c33-919b-c3578c345443.jpg',
'https://images.openlane.eu/carimgs/5684657/general/a168c138-a042-4012-bb04-fc4261bee275.jpg',
'https://images.openlane.eu/carimgs/5684657/general/81e5ccdf-0670-40a6-b4ea-a92a51910231.jpg',
'https://images.openlane.eu/carimgs/5684657/general/80e3635d-e51d-4912-8645-9d8767e15816.jpg',
'https://images.openlane.eu/carimgs/5684657/general/4e0d91ed-9607-497f-9ce6-644968c33c94.jpg',
'https://images.openlane.eu/carimgs/5684657/general/c348ba63-848b-47d2-ba0d-5cc6f7d7a9f2.jpg',
'https://images.openlane.eu/carimgs/5684657/general/8ed48e7f-8720-4bc8-97de-80f05e4fdfa6.jpg',
'https://images.openlane.eu/carimgs/5684657/general/f8562370-dbc4-4ba1-907d-cf2f20ed463d.jpg',
'https://images.openlane.eu/carimgs/5684657/general/5ec3c713-ea83-4dd2-8453-e93892d08f21.jpg',
'https://images.openlane.eu/carimgs/5684657/general/fa29a566-fed8-4657-b435-7803895eabf5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121884,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/015f4cea-e97d-4c33-919b-c3578c345443.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117598,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/a168c138-a042-4012-bb04-fc4261bee275.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262304,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/81e5ccdf-0670-40a6-b4ea-a92a51910231.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113506,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/80e3635d-e51d-4912-8645-9d8767e15816.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 115419,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/4e0d91ed-9607-497f-9ce6-644968c33c94.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 121042,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/c348ba63-848b-47d2-ba0d-5cc6f7d7a9f2.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 118623,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/8ed48e7f-8720-4bc8-97de-80f05e4fdfa6.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235025,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/f8562370-dbc4-4ba1-907d-cf2f20ed463d.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 181684,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/5ec3c713-ea83-4dd2-8453-e93892d08f21.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6237077b-fa49-5a91-8dd0-12bd26e1fade/6237077b-fa49-5a91-8dd0-12bd26e1fade_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 136442,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5684657/general/fa29a566-fed8-4657-b435-7803895eabf5.jpg',
'Width': 1920}],
'price': 11500,
'price_includes_vat': True,
'registration_date': '2023-02-23',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Citroën C4 1.2i Feel - Petrol - Manual - 102 hp - 32.361 km',
'transmission': 'manual',
'trim': 'Feel',
'vin': None,
'year': 2023}
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710729513%27 HTTP/1.1" 200 None
2026-03-26 13:38:45 [adesa.fr] INFO: Saving data for 10729513: {'created_time': 1774532325.347209, 'last_price_update_time': 1774532325.347225, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10729513') HTTP/1.1" 204 0
2026-03-26 13:38:45 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:45 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54e2610>
2026-03-26 13:38:45 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:45 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F21b08044-b362-4dc5-8def-144f2fb8e092.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/21b08044-b362-4dc5-8def-144f2fb8e092.jpg saved to cache
2026-03-26 13:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10694522> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/367dcadc-af9f-4dfb-a616-a2b68b41076b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/39dab3f1-7323-4bec-abac-9a363cd1a952.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/4915efb9-6d36-4385-a9da-19569598c517.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/5975194a-71d8-4111-8529-4db3288cc164.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747609/general/0ac3cb2a-4039-453b-8a72-1b8133532bcd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728851)
2026-03-26 13:38:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2354bce6-8d9b-5b34-8ad8-2c17429f5df9 with identifier: 10694522
2026-03-26 13:38:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2354bce6-8d9b-5b34-8ad8-2c17429f5df9 with scrape type 2
2026-03-26 13:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2354bce6-8d9b-5b34-8ad8-2c17429f5df9 with scrape type 2
2026-03-26 13:38:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 2354bce6-8d9b-5b34-8ad8-2c17429f5df9, identifier: 10694522
2026-03-26 13:38:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 2354bce6-8d9b-5b34-8ad8-2c17429f5df9 with identifier: 10694522
2026-03-26 13:38:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 2354bce6-8d9b-5b34-8ad8-2c17429f5df9 with identifier: 10694522
2026-03-26 13:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 2354bce6-8d9b-5b34-8ad8-2c17429f5df9 with identifier: 10694522 to the API
2026-03-26 13:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10694522>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': '2354bce6-8d9b-5b34-8ad8-2c17429f5df9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GT-612-HA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10694522',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 60048,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 29800,
'price_includes_vat': True,
'registration_date': '2023-06-29',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Audi A3 Sportback 45 TFSIe Competition - Hybrid - Automatic - 150 '
'hp - 60.048 km',
'transmission': 'automatic',
'trim': 'Competition',
'vin': None,
'year': 2023}
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710694522%27 HTTP/1.1" 200 None
2026-03-26 13:38:46 [adesa.fr] INFO: Saving data for 10694522: {'auction_closing_time': 1798671600.0, 'created_time': 1774013643.835434, 'last_price_update_time': 1774532326.334277}
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10694522') HTTP/1.1" 204 0
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54b1050>
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F367dcadc-af9f-4dfb-a616-a2b68b41076b.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/367dcadc-af9f-4dfb-a616-a2b68b41076b.jpg saved to cache
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac84f8fd0>
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F39dab3f1-7323-4bec-abac-9a363cd1a952.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/39dab3f1-7323-4bec-abac-9a363cd1a952.jpg saved to cache
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ec58d0>
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F4915efb9-6d36-4385-a9da-19569598c517.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/4915efb9-6d36-4385-a9da-19569598c517.jpg saved to cache
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f57510>
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F5975194a-71d8-4111-8529-4db3288cc164.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/5975194a-71d8-4111-8529-4db3288cc164.jpg saved to cache
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ec7290>
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:46 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747609%252Fgeneral%252F0ac3cb2a-4039-453b-8a72-1b8133532bcd.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747609/general/0ac3cb2a-4039-453b-8a72-1b8133532bcd.jpg saved to cache
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc
2026-03-26 13:38:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc, skipping ID generation
2026-03-26 13:38:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc with scrape type 1
2026-03-26 13:38:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc sending to next pipeline
2026-03-26 13:38:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc, identifier: 10728851
2026-03-26 13:38:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc with identifier: 10728851
2026-03-26 13:38:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc with identifier: 10728851
2026-03-26 13:38:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 8469cb50-ffb3-5b90-a8f8-9b22e747a9cc with identifier: 10728851 to the API
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747609/general/0ac3cb2a-4039-453b-8a72-1b8133532bcd.jpg>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '8469cb50-ffb3-5b90-a8f8-9b22e747a9cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GW-124-CA',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728851',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS3',
'odometer': 7542,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 192844,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/4915efb9-6d36-4385-a9da-19569598c517.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 194844,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/367dcadc-af9f-4dfb-a616-a2b68b41076b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197061,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/5975194a-71d8-4111-8529-4db3288cc164.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 182162,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/39dab3f1-7323-4bec-abac-9a363cd1a952.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 206290,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/0ac3cb2a-4039-453b-8a72-1b8133532bcd.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 378557,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/fa2a3de0-984a-4853-a62b-86d39a08a118.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 324912,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/48060b3e-29d5-4821-a9a2-64b60f0384e7.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 297520,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/21b08044-b362-4dc5-8def-144f2fb8e092.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258242,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/2bedc5e4-be93-4506-b341-339a4dce262f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8469cb50-ffb3-5b90-a8f8-9b22e747a9cc/8469cb50-ffb3-5b90-a8f8-9b22e747a9cc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 341395,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747609/general/b4f8a05b-6000-4ee9-86c0-3be182a7b1af.jpg',
'Width': 1920}],
'price': 14300,
'price_includes_vat': True,
'registration_date': '2024-03-29',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'DS DS3 1.2 Performance Line - Petrol - Manual - 101 hp - 7.542 km',
'transmission': 'manual',
'trim': 'Performance Line',
'vin': None,
'year': 2024}
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728851%27 HTTP/1.1" 200 None
2026-03-26 13:38:47 [adesa.fr] INFO: Saving data for 10728851: {'created_time': 1774532327.083316, 'last_price_update_time': 1774532327.083329, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728851') HTTP/1.1" 204 0
2026-03-26 13:38:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721366> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719678> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2a9c87a-4a98-529f-a290-faff33075e44 with identifier: 10721366
2026-03-26 13:38:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2a9c87a-4a98-529f-a290-faff33075e44 with scrape type 2
2026-03-26 13:38:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2a9c87a-4a98-529f-a290-faff33075e44 with scrape type 2
2026-03-26 13:38:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: e2a9c87a-4a98-529f-a290-faff33075e44, identifier: 10721366
2026-03-26 13:38:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: e2a9c87a-4a98-529f-a290-faff33075e44 with identifier: 10721366
2026-03-26 13:38:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: e2a9c87a-4a98-529f-a290-faff33075e44 with identifier: 10721366
2026-03-26 13:38:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: e2a9c87a-4a98-529f-a290-faff33075e44 with identifier: 10721366 to the API
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721366>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 93,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': 'e2a9c87a-4a98-529f-a290-faff33075e44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57409',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721366',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Clio',
'odometer': 29122,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 10900,
'price_includes_vat': True,
'registration_date': '2023-09-21',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Renault Clio 1.0 Tce Equilibre - Petrol - Manual - 93 hp - 29.122 '
'km',
'transmission': 'manual',
'trim': 'Equilibre',
'vin': None,
'year': 2023}
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721366%27 HTTP/1.1" 200 None
2026-03-26 13:38:47 [adesa.fr] INFO: Saving data for 10721366: {'auction_closing_time': 1798675200.0, 'created_time': 1774445615.781198, 'last_price_update_time': 1774532327.604835}
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721366') HTTP/1.1" 204 0
2026-03-26 13:38:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3d92692-e285-520d-a597-095a30b3b313 with identifier: 10719678
2026-03-26 13:38:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3d92692-e285-520d-a597-095a30b3b313 with scrape type 2
2026-03-26 13:38:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3d92692-e285-520d-a597-095a30b3b313 with scrape type 2
2026-03-26 13:38:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: c3d92692-e285-520d-a597-095a30b3b313, identifier: 10719678
2026-03-26 13:38:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: c3d92692-e285-520d-a597-095a30b3b313 with identifier: 10719678
2026-03-26 13:38:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: c3d92692-e285-520d-a597-095a30b3b313 with identifier: 10719678
2026-03-26 13:38:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: c3d92692-e285-520d-a597-095a30b3b313 with identifier: 10719678 to the API
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719678>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': 'c3d92692-e285-520d-a597-095a30b3b313',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GR-612-VN',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719678',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 26879,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 23200,
'price_includes_vat': True,
'registration_date': '2023-10-14',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Cupra Formentor 1.4 e-Hybrid - Hybrid - Automatic - 150 hp - 26.879 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:38:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710719678%27 HTTP/1.1" 200 None
2026-03-26 13:38:48 [adesa.fr] INFO: Saving data for 10719678: {'auction_closing_time': 1798671600.0, 'created_time': 1774445714.176189, 'last_price_update_time': 1774532328.00754}
2026-03-26 13:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10719678') HTTP/1.1" 204 0
2026-03-26 13:38:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728850> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 809aabd0-c19f-5978-b9a1-14ddbac36be3 with identifier: 10728850
2026-03-26 13:38:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 809aabd0-c19f-5978-b9a1-14ddbac36be3 with scrape type 1
2026-03-26 13:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252Ff5c54798-7466-46a2-bafb-9db1e1d17625.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/f5c54798-7466-46a2-bafb-9db1e1d17625.jpg not downloaded yet
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F0a8d9e90-3912-480e-9eb9-efbd28d35aea.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/0a8d9e90-3912-480e-9eb9-efbd28d35aea.jpg not downloaded yet
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252Ff19a27d6-a36b-4c44-883e-457601e6a373.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/f19a27d6-a36b-4c44-883e-457601e6a373.jpg not downloaded yet
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F67def8c0-35fe-49ad-b1c0-b3b55ae3b7ec.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/67def8c0-35fe-49ad-b1c0-b3b55ae3b7ec.jpg not downloaded yet
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252Ff703e4f4-8ad5-4e1e-b059-cd43227dc026.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/f703e4f4-8ad5-4e1e-b059-cd43227dc026.jpg not downloaded yet
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F07d3c9f6-ac21-44e5-b2cf-9af9e60eb2ae.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/07d3c9f6-ac21-44e5-b2cf-9af9e60eb2ae.jpg not downloaded yet
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F55581886-b0b1-4d77-b53c-73bb89a78933.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/55581886-b0b1-4d77-b53c-73bb89a78933.jpg not downloaded yet
2026-03-26 13:38:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F4e8544dd-3d0b-47d3-8a5e-e0b54de59831.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/4e8544dd-3d0b-47d3-8a5e-e0b54de59831.jpg not downloaded yet
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F805d90cd-77fe-46f2-b4e2-2814ec6505fd.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/805d90cd-77fe-46f2-b4e2-2814ec6505fd.jpg not downloaded yet
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F388a5625-3bb9-46e3-b2d9-82b6633b1a3c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/388a5625-3bb9-46e3-b2d9-82b6633b1a3c.jpg not downloaded yet
2026-03-26 13:38:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728758> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/388a5625-3bb9-46e3-b2d9-82b6633b1a3c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76a119ba-e990-548f-8661-f987e2f06109 with identifier: 10728758
2026-03-26 13:38:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76a119ba-e990-548f-8661-f987e2f06109 with scrape type 1
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 76a119ba-e990-548f-8661-f987e2f06109
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252F9e936ad4-34bb-4242-9c12-563a073c7ac6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/9e936ad4-34bb-4242-9c12-563a073c7ac6.jpg already downloaded
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252F0f80bc46-ce6b-49bf-9aab-cd2036f42da6.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/0f80bc46-ce6b-49bf-9aab-cd2036f42da6.jpg already downloaded
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252F238336a0-3964-4e8c-aa65-5ad1fe865059.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/238336a0-3964-4e8c-aa65-5ad1fe865059.jpg already downloaded
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252Fe79239cd-f86a-480b-a751-b1cc0ffc8475.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/e79239cd-f86a-480b-a751-b1cc0ffc8475.jpg already downloaded
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252Ff938e27e-2d58-4950-96b7-ea34f10da50d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/f938e27e-2d58-4950-96b7-ea34f10da50d.jpg already downloaded
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252F89002cfb-35af-4da2-b419-78623d0d4709.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/89002cfb-35af-4da2-b419-78623d0d4709.jpg already downloaded
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252Fbbe3fc41-8e1d-4f39-9ac5-ec37b4db411b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/bbe3fc41-8e1d-4f39-9ac5-ec37b4db411b.jpg already downloaded
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252Fd22b055f-191c-4445-95a7-a54b378147b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/d22b055f-191c-4445-95a7-a54b378147b2.jpg already downloaded
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252F53b9677d-7b7b-411a-81ea-4f2aa59564f4.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/53b9677d-7b7b-411a-81ea-4f2aa59564f4.jpg already downloaded
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5670306%252Fgeneral%252F30e36be0-748b-4bb9-b5be-c4257acf489a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5670306/general/30e36be0-748b-4bb9-b5be-c4257acf489a.jpg already downloaded
2026-03-26 13:38:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 76a119ba-e990-548f-8661-f987e2f06109, identifier: 10728758
2026-03-26 13:38:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 76a119ba-e990-548f-8661-f987e2f06109 with identifier: 10728758
2026-03-26 13:38:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 76a119ba-e990-548f-8661-f987e2f06109 with identifier: 10728758
2026-03-26 13:38:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 76a119ba-e990-548f-8661-f987e2f06109 with identifier: 10728758 to the API
2026-03-26 13:38:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728758>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '76a119ba-e990-548f-8661-f987e2f06109',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GR-104-TE',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728758',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 66552,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 29,
'photo_urls': ['https://images.openlane.eu/carimgs/5670306/general/9e936ad4-34bb-4242-9c12-563a073c7ac6.jpg',
'https://images.openlane.eu/carimgs/5670306/general/0f80bc46-ce6b-49bf-9aab-cd2036f42da6.jpg',
'https://images.openlane.eu/carimgs/5670306/general/238336a0-3964-4e8c-aa65-5ad1fe865059.jpg',
'https://images.openlane.eu/carimgs/5670306/general/e79239cd-f86a-480b-a751-b1cc0ffc8475.jpg',
'https://images.openlane.eu/carimgs/5670306/general/f938e27e-2d58-4950-96b7-ea34f10da50d.jpg',
'https://images.openlane.eu/carimgs/5670306/general/89002cfb-35af-4da2-b419-78623d0d4709.jpg',
'https://images.openlane.eu/carimgs/5670306/general/bbe3fc41-8e1d-4f39-9ac5-ec37b4db411b.jpg',
'https://images.openlane.eu/carimgs/5670306/general/d22b055f-191c-4445-95a7-a54b378147b2.jpg',
'https://images.openlane.eu/carimgs/5670306/general/53b9677d-7b7b-411a-81ea-4f2aa59564f4.jpg',
'https://images.openlane.eu/carimgs/5670306/general/30e36be0-748b-4bb9-b5be-c4257acf489a.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223427,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/9e936ad4-34bb-4242-9c12-563a073c7ac6.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248082,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/0f80bc46-ce6b-49bf-9aab-cd2036f42da6.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259924,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/f938e27e-2d58-4950-96b7-ea34f10da50d.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 256229,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/e79239cd-f86a-480b-a751-b1cc0ffc8475.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265856,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/238336a0-3964-4e8c-aa65-5ad1fe865059.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258845,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/89002cfb-35af-4da2-b419-78623d0d4709.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 415943,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/d22b055f-191c-4445-95a7-a54b378147b2.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 482818,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/30e36be0-748b-4bb9-b5be-c4257acf489a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_13.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 452146,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/53b9677d-7b7b-411a-81ea-4f2aa59564f4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_76a119ba-e990-548f-8661-f987e2f06109/76a119ba-e990-548f-8661-f987e2f06109_image_15.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322009,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670306/general/bbe3fc41-8e1d-4f39-9ac5-ec37b4db411b.jpg',
'Width': 1920}],
'price': 21600,
'price_includes_vat': True,
'registration_date': '2023-10-11',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Audi A3 Sportback 35 TFSI Business - Petrol - Manual - 150 hp - '
'66.552 km',
'transmission': 'manual',
'trim': 'Business',
'vin': None,
'year': 2023}
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728758%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [adesa.fr] INFO: Saving data for 10728758: {'created_time': 1774532331.141303, 'last_price_update_time': 1774532331.141315, 'auction_closing_time': 1798671600.0}
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728758') HTTP/1.1" 204 0
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/805d90cd-77fe-46f2-b4e2-2814ec6505fd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10727623> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6224c90>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F388a5625-3bb9-46e3-b2d9-82b6633b1a3c.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/388a5625-3bb9-46e3-b2d9-82b6633b1a3c.jpg saved to cache
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60d8550>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F805d90cd-77fe-46f2-b4e2-2814ec6505fd.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/805d90cd-77fe-46f2-b4e2-2814ec6505fd.jpg saved to cache
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/4e8544dd-3d0b-47d3-8a5e-e0b54de59831.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11625bbf-3441-509a-b80a-5f65f8d1f9be with identifier: 10727623
2026-03-26 13:38:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11625bbf-3441-509a-b80a-5f65f8d1f9be with scrape type 1
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F01c9e0c9-81d4-4e9f-aa7a-afb97b9154b2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/01c9e0c9-81d4-4e9f-aa7a-afb97b9154b2.jpg not downloaded yet
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/55581886-b0b1-4d77-b53c-73bb89a78933.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252Fe0248821-877c-4f57-917c-ffc323e12873.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/e0248821-877c-4f57-917c-ffc323e12873.jpg not downloaded yet
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F12f97539-3ce2-4369-b320-5804e1b70a56.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/12f97539-3ce2-4369-b320-5804e1b70a56.jpg not downloaded yet
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F3e8feb6c-0263-41ee-8475-0d61d330f6fb.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/3e8feb6c-0263-41ee-8475-0d61d330f6fb.jpg not downloaded yet
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F81b00308-3052-4ed8-a633-c057cbdd7033.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/81b00308-3052-4ed8-a633-c057cbdd7033.jpg not downloaded yet
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F8c410075-2db8-4016-b782-0fed1a3f121c.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/8c410075-2db8-4016-b782-0fed1a3f121c.jpg not downloaded yet
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F491c75c1-2ade-4f7f-863e-b88297d01fc9.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/491c75c1-2ade-4f7f-863e-b88297d01fc9.jpg not downloaded yet
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac616b550>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F4e8544dd-3d0b-47d3-8a5e-e0b54de59831.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/4e8544dd-3d0b-47d3-8a5e-e0b54de59831.jpg saved to cache
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/07d3c9f6-ac21-44e5-b2cf-9af9e60eb2ae.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F0e2035ed-74d8-4fe7-8f43-d195b7df4611.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/0e2035ed-74d8-4fe7-8f43-d195b7df4611.jpg not downloaded yet
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/01c9e0c9-81d4-4e9f-aa7a-afb97b9154b2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252Fc37a6292-30a8-4295-b0d1-3273cc0dba83.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/c37a6292-30a8-4295-b0d1-3273cc0dba83.jpg not downloaded yet
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252Fa9873a25-3cb6-45c7-bd83-6b58c6b4891a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/a9873a25-3cb6-45c7-bd83-6b58c6b4891a.jpg not downloaded yet
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54c5f10>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F55581886-b0b1-4d77-b53c-73bb89a78933.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/55581886-b0b1-4d77-b53c-73bb89a78933.jpg saved to cache
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6153090>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F07d3c9f6-ac21-44e5-b2cf-9af9e60eb2ae.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/07d3c9f6-ac21-44e5-b2cf-9af9e60eb2ae.jpg saved to cache
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/8c410075-2db8-4016-b782-0fed1a3f121c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/491c75c1-2ade-4f7f-863e-b88297d01fc9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac7ff35d0>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F01c9e0c9-81d4-4e9f-aa7a-afb97b9154b2.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/01c9e0c9-81d4-4e9f-aa7a-afb97b9154b2.jpg saved to cache
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/c37a6292-30a8-4295-b0d1-3273cc0dba83.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6048550>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F8c410075-2db8-4016-b782-0fed1a3f121c.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/8c410075-2db8-4016-b782-0fed1a3f121c.jpg saved to cache
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac607a650>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F491c75c1-2ade-4f7f-863e-b88297d01fc9.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/491c75c1-2ade-4f7f-863e-b88297d01fc9.jpg saved to cache
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/0e2035ed-74d8-4fe7-8f43-d195b7df4611.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/a9873a25-3cb6-45c7-bd83-6b58c6b4891a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ef3550>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252Fc37a6292-30a8-4295-b0d1-3273cc0dba83.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/c37a6292-30a8-4295-b0d1-3273cc0dba83.jpg saved to cache
2026-03-26 13:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10722731> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/3e8feb6c-0263-41ee-8475-0d61d330f6fb.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5f9b150>
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:51 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F0e2035ed-74d8-4fe7-8f43-d195b7df4611.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/0e2035ed-74d8-4fe7-8f43-d195b7df4611.jpg saved to cache
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5fa17d0>
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252Fa9873a25-3cb6-45c7-bd83-6b58c6b4891a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/a9873a25-3cb6-45c7-bd83-6b58c6b4891a.jpg saved to cache
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/81b00308-3052-4ed8-a633-c057cbdd7033.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/12f97539-3ce2-4369-b320-5804e1b70a56.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11c6dd27-cba1-5c80-a945-ac401662d7f4 with identifier: 10722731
2026-03-26 13:38:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11c6dd27-cba1-5c80-a945-ac401662d7f4 with scrape type 2
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11c6dd27-cba1-5c80-a945-ac401662d7f4 with scrape type 2
2026-03-26 13:38:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 11c6dd27-cba1-5c80-a945-ac401662d7f4, identifier: 10722731
2026-03-26 13:38:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 11c6dd27-cba1-5c80-a945-ac401662d7f4 with identifier: 10722731
2026-03-26 13:38:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 11c6dd27-cba1-5c80-a945-ac401662d7f4 with identifier: 10722731
2026-03-26 13:38:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 11c6dd27-cba1-5c80-a945-ac401662d7f4 with identifier: 10722731 to the API
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10722731>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 96,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Hybrid',
'id': '11c6dd27-cba1-5c80-a945-ac401662d7f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57427',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10722731',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Captur',
'odometer': 12244,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 18900,
'price_includes_vat': True,
'registration_date': '2025-04-18',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Renault Captur 1.6 Evolution - Hybrid - Automatic - 96 hp - 12.244 '
'km',
'transmission': 'automatic',
'trim': 'Evolution',
'vin': None,
'year': 2025}
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710722731%27 HTTP/1.1" 200 None
2026-03-26 13:38:52 [adesa.fr] INFO: Saving data for 10722731: {'auction_closing_time': 1798675200.0, 'created_time': 1774445612.228335, 'last_price_update_time': 1774532332.49014}
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10722731') HTTP/1.1" 204 0
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6291fd0>
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F3e8feb6c-0263-41ee-8475-0d61d330f6fb.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/3e8feb6c-0263-41ee-8475-0d61d330f6fb.jpg saved to cache
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/f703e4f4-8ad5-4e1e-b059-cd43227dc026.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747197/general/e0248821-877c-4f57-917c-ffc323e12873.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10727623)
2026-03-26 13:38:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728852> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:52 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.058(s), this was the 1st time calling it.
2026-03-26 13:38:52 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.144515642246547 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:38:52 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.394(s), this was the 1st time calling it.
2026-03-26 13:38:52 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.323479038342467 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-26 13:38:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5efa590>
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F81b00308-3052-4ed8-a633-c057cbdd7033.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/81b00308-3052-4ed8-a633-c057cbdd7033.jpg saved to cache
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ff3b10>
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252F12f97539-3ce2-4369-b320-5804e1b70a56.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/12f97539-3ce2-4369-b320-5804e1b70a56.jpg saved to cache
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/67def8c0-35fe-49ad-b1c0-b3b55ae3b7ec.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6242ed0>
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252Ff703e4f4-8ad5-4e1e-b059-cd43227dc026.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/f703e4f4-8ad5-4e1e-b059-cd43227dc026.jpg saved to cache
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54cb990>
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:52 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747197%252Fgeneral%252Fe0248821-877c-4f57-917c-ffc323e12873.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747197/general/e0248821-877c-4f57-917c-ffc323e12873.jpg saved to cache
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 11625bbf-3441-509a-b80a-5f65f8d1f9be
2026-03-26 13:38:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11625bbf-3441-509a-b80a-5f65f8d1f9be, skipping ID generation
2026-03-26 13:38:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11625bbf-3441-509a-b80a-5f65f8d1f9be with scrape type 1
2026-03-26 13:38:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11625bbf-3441-509a-b80a-5f65f8d1f9be sending to next pipeline
2026-03-26 13:38:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 11625bbf-3441-509a-b80a-5f65f8d1f9be, identifier: 10727623
2026-03-26 13:38:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 11625bbf-3441-509a-b80a-5f65f8d1f9be with identifier: 10727623
2026-03-26 13:38:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 11625bbf-3441-509a-b80a-5f65f8d1f9be with identifier: 10727623
2026-03-26 13:38:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 11625bbf-3441-509a-b80a-5f65f8d1f9be with identifier: 10727623 to the API
2026-03-26 13:38:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747197/general/e0248821-877c-4f57-917c-ffc323e12873.jpg>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 96,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Hybrid',
'id': '11625bbf-3441-509a-b80a-5f65f8d1f9be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57454',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10727623',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Captur',
'odometer': 15378,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 29,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102433,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/01c9e0c9-81d4-4e9f-aa7a-afb97b9154b2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 100854,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/e0248821-877c-4f57-917c-ffc323e12873.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 112351,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/12f97539-3ce2-4369-b320-5804e1b70a56.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107338,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/3e8feb6c-0263-41ee-8475-0d61d330f6fb.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95404,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/81b00308-3052-4ed8-a633-c057cbdd7033.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95048,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/8c410075-2db8-4016-b782-0fed1a3f121c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 92458,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/491c75c1-2ade-4f7f-863e-b88297d01fc9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117957,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/0e2035ed-74d8-4fe7-8f43-d195b7df4611.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 113879,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/c37a6292-30a8-4295-b0d1-3273cc0dba83.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11625bbf-3441-509a-b80a-5f65f8d1f9be/11625bbf-3441-509a-b80a-5f65f8d1f9be_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87050,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747197/general/a9873a25-3cb6-45c7-bd83-6b58c6b4891a.jpg',
'Width': 1024}],
'price': 18900,
'price_includes_vat': True,
'registration_date': '2025-05-30',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Renault Captur 1.6 Evolution - Hybrid - Automatic - 96 hp - 15.378 '
'km',
'transmission': 'automatic',
'trim': 'Evolution',
'vin': None,
'year': 2025}
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710727623%27 HTTP/1.1" 200 None
2026-03-26 13:38:53 [adesa.fr] INFO: Saving data for 10727623: {'created_time': 1774532333.226964, 'last_price_update_time': 1774532333.226977, 'auction_closing_time': 1798675200.0}
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10727623') HTTP/1.1" 204 0
2026-03-26 13:38:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/0a8d9e90-3912-480e-9eb9-efbd28d35aea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/f5c54798-7466-46a2-bafb-9db1e1d17625.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747610/general/f19a27d6-a36b-4c44-883e-457601e6a373.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728850)
2026-03-26 13:38:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e with identifier: 10728852
2026-03-26 13:38:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e with scrape type 1
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F43c91820-e936-4ad9-9304-c72d0216819a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/43c91820-e936-4ad9-9304-c72d0216819a.jpg not downloaded yet
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252Fe525988f-8d5c-4840-b5d8-94f1971e0c8a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/e525988f-8d5c-4840-b5d8-94f1971e0c8a.jpg not downloaded yet
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6233690>
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F67def8c0-35fe-49ad-b1c0-b3b55ae3b7ec.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/67def8c0-35fe-49ad-b1c0-b3b55ae3b7ec.jpg saved to cache
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F51541a68-0e38-48a3-9bb2-ba950f0fe977.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/51541a68-0e38-48a3-9bb2-ba950f0fe977.jpg not downloaded yet
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252Fb7d47a23-fa29-4751-a763-7374a88cfea2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/b7d47a23-fa29-4751-a763-7374a88cfea2.jpg not downloaded yet
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F2957624e-bc91-4baf-b4f2-e2d959528440.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/2957624e-bc91-4baf-b4f2-e2d959528440.jpg not downloaded yet
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54c3150>
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252F0a8d9e90-3912-480e-9eb9-efbd28d35aea.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/0a8d9e90-3912-480e-9eb9-efbd28d35aea.jpg saved to cache
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54b78d0>
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252Ff5c54798-7466-46a2-bafb-9db1e1d17625.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/f5c54798-7466-46a2-bafb-9db1e1d17625.jpg saved to cache
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac610efd0>
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:53 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747610%252Fgeneral%252Ff19a27d6-a36b-4c44-883e-457601e6a373.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747610/general/f19a27d6-a36b-4c44-883e-457601e6a373.jpg saved to cache
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 809aabd0-c19f-5978-b9a1-14ddbac36be3
2026-03-26 13:38:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 809aabd0-c19f-5978-b9a1-14ddbac36be3, skipping ID generation
2026-03-26 13:38:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 809aabd0-c19f-5978-b9a1-14ddbac36be3 with scrape type 1
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 809aabd0-c19f-5978-b9a1-14ddbac36be3 sending to next pipeline
2026-03-26 13:38:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 809aabd0-c19f-5978-b9a1-14ddbac36be3, identifier: 10728850
2026-03-26 13:38:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/43c91820-e936-4ad9-9304-c72d0216819a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F47fac1f2-926d-4929-a7b5-f06060ce9ea1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/47fac1f2-926d-4929-a7b5-f06060ce9ea1.jpg not downloaded yet
2026-03-26 13:38:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 809aabd0-c19f-5978-b9a1-14ddbac36be3 with identifier: 10728850
2026-03-26 13:38:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 809aabd0-c19f-5978-b9a1-14ddbac36be3 with identifier: 10728850
2026-03-26 13:38:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 809aabd0-c19f-5978-b9a1-14ddbac36be3 with identifier: 10728850 to the API
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747610/general/f19a27d6-a36b-4c44-883e-457601e6a373.jpg>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 93,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': '809aabd0-c19f-5978-b9a1-14ddbac36be3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57460',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728850',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Clio',
'odometer': 29012,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 28,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49364,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/f5c54798-7466-46a2-bafb-9db1e1d17625.jpg',
'Width': 1022},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47877,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/0a8d9e90-3912-480e-9eb9-efbd28d35aea.jpg',
'Width': 1022},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 49850,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/f19a27d6-a36b-4c44-883e-457601e6a373.jpg',
'Width': 1022},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110991,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/67def8c0-35fe-49ad-b1c0-b3b55ae3b7ec.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67552,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/f703e4f4-8ad5-4e1e-b059-cd43227dc026.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94701,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/07d3c9f6-ac21-44e5-b2cf-9af9e60eb2ae.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81382,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/55581886-b0b1-4d77-b53c-73bb89a78933.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105468,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/4e8544dd-3d0b-47d3-8a5e-e0b54de59831.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 71036,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/805d90cd-77fe-46f2-b4e2-2814ec6505fd.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_809aabd0-c19f-5978-b9a1-14ddbac36be3/809aabd0-c19f-5978-b9a1-14ddbac36be3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 41883,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747610/general/388a5625-3bb9-46e3-b2d9-82b6633b1a3c.jpg',
'Width': 1022}],
'price': 10900,
'price_includes_vat': True,
'registration_date': '2023-07-28',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Renault Clio 1.0 Tce Equilibre - Petrol - Manual - 93 hp - 29.012 '
'km',
'transmission': 'manual',
'trim': 'Equilibre',
'vin': None,
'year': 2023}
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728850%27 HTTP/1.1" 200 None
2026-03-26 13:38:54 [adesa.fr] INFO: Saving data for 10728850: {'created_time': 1774532334.01322, 'last_price_update_time': 1774532334.013234, 'auction_closing_time': 1798675200.0}
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728850') HTTP/1.1" 204 0
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F8b37d1bb-546b-4c79-8d92-b8af70a00b0a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/8b37d1bb-546b-4c79-8d92-b8af70a00b0a.jpg not downloaded yet
2026-03-26 13:38:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10717043> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252Fab9457e1-d6a2-4439-baf9-4fad3dc9b011.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/ab9457e1-d6a2-4439-baf9-4fad3dc9b011.jpg not downloaded yet
2026-03-26 13:38:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac62253d0>
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F43c91820-e936-4ad9-9304-c72d0216819a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/43c91820-e936-4ad9-9304-c72d0216819a.jpg saved to cache
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252Ff46d1b01-a93e-44c9-9554-76914763e191.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/f46d1b01-a93e-44c9-9554-76914763e191.jpg not downloaded yet
2026-03-26 13:38:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/2957624e-bc91-4baf-b4f2-e2d959528440.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F2a470b22-597e-4dfb-a103-54c846d65292.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/2a470b22-597e-4dfb-a103-54c846d65292.jpg not downloaded yet
2026-03-26 13:38:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35dd14db-e664-5884-80e5-95cc09c5309b with identifier: 10717043
2026-03-26 13:38:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35dd14db-e664-5884-80e5-95cc09c5309b with scrape type 2
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35dd14db-e664-5884-80e5-95cc09c5309b with scrape type 2
2026-03-26 13:38:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 35dd14db-e664-5884-80e5-95cc09c5309b, identifier: 10717043
2026-03-26 13:38:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 35dd14db-e664-5884-80e5-95cc09c5309b with identifier: 10717043
2026-03-26 13:38:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 35dd14db-e664-5884-80e5-95cc09c5309b with identifier: 10717043
2026-03-26 13:38:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 35dd14db-e664-5884-80e5-95cc09c5309b with identifier: 10717043 to the API
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10717043>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': '35dd14db-e664-5884-80e5-95cc09c5309b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HF180HP',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10717043',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'e-2008',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 23000,
'price_includes_vat': True,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot e-2008 GT - Electric - Automatic - 156 hp - 50 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2025}
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710717043%27 HTTP/1.1" 200 None
2026-03-26 13:38:54 [adesa.fr] INFO: Saving data for 10717043: {'auction_closing_time': 1798675200.0, 'created_time': 1774445631.59332, 'last_price_update_time': 1774532334.56099}
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10717043') HTTP/1.1" 204 0
2026-03-26 13:38:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/8b37d1bb-546b-4c79-8d92-b8af70a00b0a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/ab9457e1-d6a2-4439-baf9-4fad3dc9b011.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699721> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac82daa50>
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F2957624e-bc91-4baf-b4f2-e2d959528440.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/2957624e-bc91-4baf-b4f2-e2d959528440.jpg saved to cache
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6226850>
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F8b37d1bb-546b-4c79-8d92-b8af70a00b0a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/8b37d1bb-546b-4c79-8d92-b8af70a00b0a.jpg saved to cache
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/2a470b22-597e-4dfb-a103-54c846d65292.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54b4890>
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:54 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252Fab9457e1-d6a2-4439-baf9-4fad3dc9b011.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/ab9457e1-d6a2-4439-baf9-4fad3dc9b011.jpg saved to cache
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02843f75-f5c1-5c56-852d-efb8e2328efc with identifier: 10699721
2026-03-26 13:38:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02843f75-f5c1-5c56-852d-efb8e2328efc with scrape type 2
2026-03-26 13:38:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02843f75-f5c1-5c56-852d-efb8e2328efc with scrape type 2
2026-03-26 13:38:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 02843f75-f5c1-5c56-852d-efb8e2328efc, identifier: 10699721
2026-03-26 13:38:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/47fac1f2-926d-4929-a7b5-f06060ce9ea1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 02843f75-f5c1-5c56-852d-efb8e2328efc with identifier: 10699721
2026-03-26 13:38:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 02843f75-f5c1-5c56-852d-efb8e2328efc with identifier: 10699721
2026-03-26 13:38:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 02843f75-f5c1-5c56-852d-efb8e2328efc with identifier: 10699721 to the API
2026-03-26 13:38:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699721>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '02843f75-f5c1-5c56-852d-efb8e2328efc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'GE-617-WT',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699721',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q3',
'odometer': 76214,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 23600,
'price_includes_vat': True,
'registration_date': '2020-11-10',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Audi Q3 Sportback 35 TFSI - Petrol - Manual - 150 hp - 76.214 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699721%27 HTTP/1.1" 200 None
2026-03-26 13:38:55 [adesa.fr] INFO: Saving data for 10699721: {'auction_closing_time': 1798671600.0, 'created_time': 1774013644.197727, 'last_price_update_time': 1774532335.165892}
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699721') HTTP/1.1" 204 0
2026-03-26 13:38:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/f46d1b01-a93e-44c9-9554-76914763e191.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10696362> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac804d010>
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F2a470b22-597e-4dfb-a103-54c846d65292.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/2a470b22-597e-4dfb-a103-54c846d65292.jpg saved to cache
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac62920d0>
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F47fac1f2-926d-4929-a7b5-f06060ce9ea1.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/47fac1f2-926d-4929-a7b5-f06060ce9ea1.jpg saved to cache
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/51541a68-0e38-48a3-9bb2-ba950f0fe977.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54bcf90>
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252Ff46d1b01-a93e-44c9-9554-76914763e191.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/f46d1b01-a93e-44c9-9554-76914763e191.jpg saved to cache
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/e525988f-8d5c-4840-b5d8-94f1971e0c8a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 738f3155-5ed1-5833-a146-b7e875db1031 with identifier: 10696362
2026-03-26 13:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 738f3155-5ed1-5833-a146-b7e875db1031 with scrape type 2
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 738f3155-5ed1-5833-a146-b7e875db1031 with scrape type 2
2026-03-26 13:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 738f3155-5ed1-5833-a146-b7e875db1031, identifier: 10696362
2026-03-26 13:38:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5747611/general/b7d47a23-fa29-4751-a763-7374a88cfea2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10728852)
2026-03-26 13:38:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 738f3155-5ed1-5833-a146-b7e875db1031 with identifier: 10696362
2026-03-26 13:38:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 738f3155-5ed1-5833-a146-b7e875db1031 with identifier: 10696362
2026-03-26 13:38:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 738f3155-5ed1-5833-a146-b7e875db1031 with identifier: 10696362 to the API
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10696362>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': '738f3155-5ed1-5833-a146-b7e875db1031',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '55376',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10696362',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 12984,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 21900,
'price_includes_vat': True,
'registration_date': '2025-03-25',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 3008 1.2 Allure - Petrol - Automatic - 136 hp - 12.984 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710696362%27 HTTP/1.1" 200 None
2026-03-26 13:38:55 [adesa.fr] INFO: Saving data for 10696362: {'auction_closing_time': 1798675200.0, 'created_time': 1774013595.860701, 'last_price_update_time': 1774532335.708095}
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10696362') HTTP/1.1" 204 0
2026-03-26 13:38:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10695475> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60de7d0>
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252F51541a68-0e38-48a3-9bb2-ba950f0fe977.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/51541a68-0e38-48a3-9bb2-ba950f0fe977.jpg saved to cache
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac800fc90>
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252Fe525988f-8d5c-4840-b5d8-94f1971e0c8a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/e525988f-8d5c-4840-b5d8-94f1971e0c8a.jpg saved to cache
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6227dd0>
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:55 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5747611%252Fgeneral%252Fb7d47a23-fa29-4751-a763-7374a88cfea2.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5747611/general/b7d47a23-fa29-4751-a763-7374a88cfea2.jpg saved to cache
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e
2026-03-26 13:38:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e, skipping ID generation
2026-03-26 13:38:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e with scrape type 1
2026-03-26 13:38:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e sending to next pipeline
2026-03-26 13:38:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e, identifier: 10728852
2026-03-26 13:38:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e with identifier: 10728852
2026-03-26 13:38:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e with identifier: 10728852
2026-03-26 13:38:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 0b350ef0-d06b-5ea3-9a1f-45526cd9de2e with identifier: 10728852 to the API
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5747611/general/b7d47a23-fa29-4751-a763-7374a88cfea2.jpg>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 93,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': '0b350ef0-d06b-5ea3-9a1f-45526cd9de2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57462',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728852',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Captur',
'odometer': 20240,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 62919,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/43c91820-e936-4ad9-9304-c72d0216819a.jpg',
'Width': 1023},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 59710,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/e525988f-8d5c-4840-b5d8-94f1971e0c8a.jpg',
'Width': 1023},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135061,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/51541a68-0e38-48a3-9bb2-ba950f0fe977.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162713,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/b7d47a23-fa29-4751-a763-7374a88cfea2.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105979,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/2957624e-bc91-4baf-b4f2-e2d959528440.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119908,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/47fac1f2-926d-4929-a7b5-f06060ce9ea1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 42496,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/8b37d1bb-546b-4c79-8d92-b8af70a00b0a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 95366,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/ab9457e1-d6a2-4439-baf9-4fad3dc9b011.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 51229,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/f46d1b01-a93e-44c9-9554-76914763e191.jpg',
'Width': 1023},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0b350ef0-d06b-5ea3-9a1f-45526cd9de2e/0b350ef0-d06b-5ea3-9a1f-45526cd9de2e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58506,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5747611/general/2a470b22-597e-4dfb-a103-54c846d65292.jpg',
'Width': 1023}],
'price': 14200,
'price_includes_vat': True,
'registration_date': '2024-05-28',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Renault Captur 1.0 Techno - Petrol - Manual - 93 hp - 20.240 km',
'transmission': 'manual',
'trim': 'Techno',
'vin': None,
'year': 2024}
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728852%27 HTTP/1.1" 200 None
2026-03-26 13:38:56 [adesa.fr] INFO: Saving data for 10728852: {'created_time': 1774532336.368954, 'last_price_update_time': 1774532336.368967, 'auction_closing_time': 1798675200.0}
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728852') HTTP/1.1" 204 0
2026-03-26 13:38:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b0a7d04-c6e4-5e46-b6c3-592105c63771 with identifier: 10695475
2026-03-26 13:38:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b0a7d04-c6e4-5e46-b6c3-592105c63771 with scrape type 2
2026-03-26 13:38:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b0a7d04-c6e4-5e46-b6c3-592105c63771 with scrape type 2
2026-03-26 13:38:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 0b0a7d04-c6e4-5e46-b6c3-592105c63771, identifier: 10695475
2026-03-26 13:38:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 0b0a7d04-c6e4-5e46-b6c3-592105c63771 with identifier: 10695475
2026-03-26 13:38:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 0b0a7d04-c6e4-5e46-b6c3-592105c63771 with identifier: 10695475
2026-03-26 13:38:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 0b0a7d04-c6e4-5e46-b6c3-592105c63771 with identifier: 10695475 to the API
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10695475>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': '0b0a7d04-c6e4-5e46-b6c3-592105c63771',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '55337',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10695475',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 21951,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': True,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Style - Petrol - Manual - 102 hp - 21.951 km',
'transmission': 'manual',
'trim': 'Style',
'vin': None,
'year': 2025}
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710695475%27 HTTP/1.1" 200 None
2026-03-26 13:38:56 [adesa.fr] INFO: Saving data for 10695475: {'auction_closing_time': 1798675200.0, 'created_time': 1774013593.803294, 'last_price_update_time': 1774532336.753853}
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10695475') HTTP/1.1" 204 0
2026-03-26 13:38:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724725> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c87b2de-2d89-56f3-b0ab-610ebd6db556 with identifier: 10724725
2026-03-26 13:38:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c87b2de-2d89-56f3-b0ab-610ebd6db556 with scrape type 2
2026-03-26 13:38:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c87b2de-2d89-56f3-b0ab-610ebd6db556 with scrape type 2
2026-03-26 13:38:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 1c87b2de-2d89-56f3-b0ab-610ebd6db556, identifier: 10724725
2026-03-26 13:38:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 1c87b2de-2d89-56f3-b0ab-610ebd6db556 with identifier: 10724725
2026-03-26 13:38:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 1c87b2de-2d89-56f3-b0ab-610ebd6db556 with identifier: 10724725
2026-03-26 13:38:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 1c87b2de-2d89-56f3-b0ab-610ebd6db556 with identifier: 10724725 to the API
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724725>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 145,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Hybrid',
'id': '1c87b2de-2d89-56f3-b0ab-610ebd6db556',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GJ-758-ED',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724725',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Renault',
'model': 'Arkana',
'odometer': 184901,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 8800,
'price_includes_vat': True,
'registration_date': '2022-08-30',
'seats_number': 5,
'seller_name': 'Natixis Car Lease (Athlon)',
'title': 'Renault Arkana 1.6 Business - Hybrid - Automatic - 145 hp - 184.901 '
'km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724725%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [adesa.fr] INFO: Saving data for 10724725: {'auction_closing_time': 1774609200.0, 'created_time': 1774445570.412279, 'last_price_update_time': 1774532337.277502}
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724725') HTTP/1.1" 204 0
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724173> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ce731e-4b06-5df6-a4d3-2950c6332a04 with identifier: 10724173
2026-03-26 13:38:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ce731e-4b06-5df6-a4d3-2950c6332a04 with scrape type 1
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F93df95f9-815b-4c3a-a7e0-00114a52dccc.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/93df95f9-815b-4c3a-a7e0-00114a52dccc.jpg not downloaded yet
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F9f5ad964-3079-4b9f-a3a3-58afd95e297b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/9f5ad964-3079-4b9f-a3a3-58afd95e297b.jpg not downloaded yet
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Fbd2fba46-2070-4481-bd1e-8057702fa135.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/bd2fba46-2070-4481-bd1e-8057702fa135.jpg not downloaded yet
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F5170974a-a92a-4861-ad3d-1260d0b24dd8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/5170974a-a92a-4861-ad3d-1260d0b24dd8.jpg not downloaded yet
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F9e86b448-15a4-42d2-8f13-05fb750deb6d.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/9e86b448-15a4-42d2-8f13-05fb750deb6d.jpg not downloaded yet
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Fa322d26d-4853-4eec-9a72-dee83bea8a42.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/a322d26d-4853-4eec-9a72-dee83bea8a42.jpg not downloaded yet
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Fcaaccd3b-b35a-4b5b-b079-71cc661f0006.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/caaccd3b-b35a-4b5b-b079-71cc661f0006.jpg not downloaded yet
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/9f5ad964-3079-4b9f-a3a3-58afd95e297b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Fb36d771f-dd8a-4a59-a5b4-d6b30920d003.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/b36d771f-dd8a-4a59-a5b4-d6b30920d003.jpg not downloaded yet
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Ff413740d-2758-41e6-a1c6-aa7cdcf9b3d2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/f413740d-2758-41e6-a1c6-aa7cdcf9b3d2.jpg not downloaded yet
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/93df95f9-815b-4c3a-a7e0-00114a52dccc.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F510510dd-988a-4df0-a95a-bb8d6364440a.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/510510dd-988a-4df0-a95a-bb8d6364440a.jpg not downloaded yet
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/bd2fba46-2070-4481-bd1e-8057702fa135.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/5170974a-a92a-4861-ad3d-1260d0b24dd8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/9e86b448-15a4-42d2-8f13-05fb750deb6d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/a322d26d-4853-4eec-9a72-dee83bea8a42.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac602a350>
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F9f5ad964-3079-4b9f-a3a3-58afd95e297b.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/9f5ad964-3079-4b9f-a3a3-58afd95e297b.jpg saved to cache
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/f413740d-2758-41e6-a1c6-aa7cdcf9b3d2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/b36d771f-dd8a-4a59-a5b4-d6b30920d003.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6150990>
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F93df95f9-815b-4c3a-a7e0-00114a52dccc.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/93df95f9-815b-4c3a-a7e0-00114a52dccc.jpg saved to cache
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/510510dd-988a-4df0-a95a-bb8d6364440a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5ebb710>
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Fbd2fba46-2070-4481-bd1e-8057702fa135.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/bd2fba46-2070-4481-bd1e-8057702fa135.jpg saved to cache
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6ed90d0>
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F5170974a-a92a-4861-ad3d-1260d0b24dd8.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/5170974a-a92a-4861-ad3d-1260d0b24dd8.jpg saved to cache
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54c9390>
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F9e86b448-15a4-42d2-8f13-05fb750deb6d.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/9e86b448-15a4-42d2-8f13-05fb750deb6d.jpg saved to cache
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6168410>
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Fa322d26d-4853-4eec-9a72-dee83bea8a42.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/a322d26d-4853-4eec-9a72-dee83bea8a42.jpg saved to cache
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac611ccd0>
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Ff413740d-2758-41e6-a1c6-aa7cdcf9b3d2.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/f413740d-2758-41e6-a1c6-aa7cdcf9b3d2.jpg saved to cache
2026-03-26 13:38:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5478410>
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:38:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Fb36d771f-dd8a-4a59-a5b4-d6b30920d003.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/b36d771f-dd8a-4a59-a5b4-d6b30920d003.jpg saved to cache
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5e8dc90>
2026-03-26 13:38:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252F510510dd-988a-4df0-a95a-bb8d6364440a.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/510510dd-988a-4df0-a95a-bb8d6364440a.jpg saved to cache
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746086/general/caaccd3b-b35a-4b5b-b079-71cc661f0006.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10724173)
2026-03-26 13:38:58 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:38:58 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac8300850>
2026-03-26 13:38:58 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:38:58 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746086%252Fgeneral%252Fcaaccd3b-b35a-4b5b-b079-71cc661f0006.jpg') HTTP/1.1" 204 0
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746086/general/caaccd3b-b35a-4b5b-b079-71cc661f0006.jpg saved to cache
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 42ce731e-4b06-5df6-a4d3-2950c6332a04
2026-03-26 13:38:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 42ce731e-4b06-5df6-a4d3-2950c6332a04, skipping ID generation
2026-03-26 13:38:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ce731e-4b06-5df6-a4d3-2950c6332a04 with scrape type 1
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 42ce731e-4b06-5df6-a4d3-2950c6332a04 sending to next pipeline
2026-03-26 13:38:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 42ce731e-4b06-5df6-a4d3-2950c6332a04, identifier: 10724173
2026-03-26 13:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 42ce731e-4b06-5df6-a4d3-2950c6332a04 with identifier: 10724173
2026-03-26 13:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 42ce731e-4b06-5df6-a4d3-2950c6332a04 with identifier: 10724173
2026-03-26 13:38:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 42ce731e-4b06-5df6-a4d3-2950c6332a04 with identifier: 10724173 to the API
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746086/general/caaccd3b-b35a-4b5b-b079-71cc661f0006.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'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': '42ce731e-4b06-5df6-a4d3-2950c6332a04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '55664',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724173',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'e-Partner',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 26,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 158041,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/93df95f9-815b-4c3a-a7e0-00114a52dccc.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 162211,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/9f5ad964-3079-4b9f-a3a3-58afd95e297b.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 156626,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/bd2fba46-2070-4481-bd1e-8057702fa135.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 149185,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/5170974a-a92a-4861-ad3d-1260d0b24dd8.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 157043,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/9e86b448-15a4-42d2-8f13-05fb750deb6d.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 129789,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/a322d26d-4853-4eec-9a72-dee83bea8a42.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 169400,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/caaccd3b-b35a-4b5b-b079-71cc661f0006.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 165367,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/b36d771f-dd8a-4a59-a5b4-d6b30920d003.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 108012,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/f413740d-2758-41e6-a1c6-aa7cdcf9b3d2.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_42ce731e-4b06-5df6-a4d3-2950c6332a04/42ce731e-4b06-5df6-a4d3-2950c6332a04_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 123008,
'Height': 900,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746086/general/510510dd-988a-4df0-a95a-bb8d6364440a.jpg',
'Width': 1200}],
'price': 15200,
'price_includes_vat': True,
'registration_date': '2023-09-30',
'seats_number': 2,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot e-Partner - Electric - Automatic - 138 hp - 50 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724173%27 HTTP/1.1" 200 None
2026-03-26 13:38:58 [adesa.fr] INFO: Saving data for 10724173: {'created_time': 1774532338.683956, 'last_price_update_time': 1774532338.683969, 'auction_closing_time': 1798675200.0}
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724173') HTTP/1.1" 204 0
2026-03-26 13:38:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10728759> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 13:38:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 408b48d6-a592-5c7e-93f6-3d0d45403c7e with identifier: 10728759
2026-03-26 13:38:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 408b48d6-a592-5c7e-93f6-3d0d45403c7e with scrape type 1
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 408b48d6-a592-5c7e-93f6-3d0d45403c7e
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252F85619a73-fe6f-496b-8bb5-d4f9b334c948.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/85619a73-fe6f-496b-8bb5-d4f9b334c948.jpg already downloaded
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252Fd29143ea-ec87-468f-9a83-bc3ae3b2b241.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/d29143ea-ec87-468f-9a83-bc3ae3b2b241.jpg already downloaded
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252F3a254d25-bcc2-4811-9e06-e3d093a1ec46.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/3a254d25-bcc2-4811-9e06-e3d093a1ec46.jpg already downloaded
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252F355b50d3-ad31-4f73-a5f7-e9433bbc7ce3.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/355b50d3-ad31-4f73-a5f7-e9433bbc7ce3.jpg already downloaded
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252F5fdb46f1-72d4-46ad-985f-a13cc067e848.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/5fdb46f1-72d4-46ad-985f-a13cc067e848.jpg already downloaded
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252F05ea1910-e463-47ae-8546-61b3cbf25475.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/05ea1910-e463-47ae-8546-61b3cbf25475.jpg already downloaded
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252Fb3b7cc65-3c47-45a1-871e-571b80ab5413.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/b3b7cc65-3c47-45a1-871e-571b80ab5413.jpg already downloaded
2026-03-26 13:38:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252F97100316-f01d-47dc-8e0a-e643843dc380.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/97100316-f01d-47dc-8e0a-e643843dc380.jpg already downloaded
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252F5ba1ea91-9062-4cf7-ac87-4ce93eee5f03.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/5ba1ea91-9062-4cf7-ac87-4ce93eee5f03.jpg already downloaded
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5741519%252Fgeneral%252F5e5fccd9-31a0-4341-ad4f-28a1952ba4d1.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5741519/general/5e5fccd9-31a0-4341-ad4f-28a1952ba4d1.jpg already downloaded
2026-03-26 13:38:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 408b48d6-a592-5c7e-93f6-3d0d45403c7e, identifier: 10728759
2026-03-26 13:38:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 408b48d6-a592-5c7e-93f6-3d0d45403c7e with identifier: 10728759
2026-03-26 13:38:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 408b48d6-a592-5c7e-93f6-3d0d45403c7e with identifier: 10728759
2026-03-26 13:38:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 408b48d6-a592-5c7e-93f6-3d0d45403c7e with identifier: 10728759 to the API
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10728759>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 110,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Diesel',
'id': '408b48d6-a592-5c7e-93f6-3d0d45403c7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GK251VB',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10728759',
'listing': 'auctionplusdirectbuy',
'location': 'Tarnos (France)',
'make': 'Peugeot',
'model': '2008',
'odometer': 143637,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 48,
'photo_urls': ['https://images.openlane.eu/carimgs/5741519/general/85619a73-fe6f-496b-8bb5-d4f9b334c948.jpg',
'https://images.openlane.eu/carimgs/5741519/general/d29143ea-ec87-468f-9a83-bc3ae3b2b241.jpg',
'https://images.openlane.eu/carimgs/5741519/general/3a254d25-bcc2-4811-9e06-e3d093a1ec46.jpg',
'https://images.openlane.eu/carimgs/5741519/general/355b50d3-ad31-4f73-a5f7-e9433bbc7ce3.jpg',
'https://images.openlane.eu/carimgs/5741519/general/5fdb46f1-72d4-46ad-985f-a13cc067e848.jpg',
'https://images.openlane.eu/carimgs/5741519/general/05ea1910-e463-47ae-8546-61b3cbf25475.jpg',
'https://images.openlane.eu/carimgs/5741519/general/b3b7cc65-3c47-45a1-871e-571b80ab5413.jpg',
'https://images.openlane.eu/carimgs/5741519/general/97100316-f01d-47dc-8e0a-e643843dc380.jpg',
'https://images.openlane.eu/carimgs/5741519/general/5ba1ea91-9062-4cf7-ac87-4ce93eee5f03.jpg',
'https://images.openlane.eu/carimgs/5741519/general/5e5fccd9-31a0-4341-ad4f-28a1952ba4d1.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 104708,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/85619a73-fe6f-496b-8bb5-d4f9b334c948.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99288,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/d29143ea-ec87-468f-9a83-bc3ae3b2b241.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 114821,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/3a254d25-bcc2-4811-9e06-e3d093a1ec46.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 117372,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/355b50d3-ad31-4f73-a5f7-e9433bbc7ce3.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 79354,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/5fdb46f1-72d4-46ad-985f-a13cc067e848.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87838,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/05ea1910-e463-47ae-8546-61b3cbf25475.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 96681,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/b3b7cc65-3c47-45a1-871e-571b80ab5413.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 128405,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/97100316-f01d-47dc-8e0a-e643843dc380.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75901,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/5ba1ea91-9062-4cf7-ac87-4ce93eee5f03.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_408b48d6-a592-5c7e-93f6-3d0d45403c7e/408b48d6-a592-5c7e-93f6-3d0d45403c7e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 119955,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5741519/general/5e5fccd9-31a0-4341-ad4f-28a1952ba4d1.jpg',
'Width': 1024}],
'price': 7100,
'price_includes_vat': True,
'registration_date': '2022-11-28',
'seats_number': 5,
'seller_name': 'ARVAL SERVICE LEASE',
'title': 'Peugeot 2008 1.5 HDI Active Pack - Diesel - Manual - 110 hp - '
'143.637 km',
'transmission': 'manual',
'trim': 'Active Pack',
'vin': None,
'year': 2022}
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710728759%27 HTTP/1.1" 200 None
2026-03-26 13:38:59 [adesa.fr] INFO: Saving data for 10728759: {'created_time': 1774532339.498483, 'last_price_update_time': 1774532339.498495, 'auction_closing_time': 1774609200.0}
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10728759') HTTP/1.1" 204 0
2026-03-26 13:38:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721606> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:38:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7c0aea5-f4a5-5a55-8740-902acec8cd4c with identifier: 10721606
2026-03-26 13:38:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7c0aea5-f4a5-5a55-8740-902acec8cd4c with scrape type 2
2026-03-26 13:38:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7c0aea5-f4a5-5a55-8740-902acec8cd4c with scrape type 2
2026-03-26 13:38:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: b7c0aea5-f4a5-5a55-8740-902acec8cd4c, identifier: 10721606
2026-03-26 13:38:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: b7c0aea5-f4a5-5a55-8740-902acec8cd4c with identifier: 10721606
2026-03-26 13:38:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: b7c0aea5-f4a5-5a55-8740-902acec8cd4c with identifier: 10721606
2026-03-26 13:38:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: b7c0aea5-f4a5-5a55-8740-902acec8cd4c with identifier: 10721606 to the API
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721606>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 93,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': 'b7c0aea5-f4a5-5a55-8740-902acec8cd4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57408',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721606',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Clio',
'odometer': 36665,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 10900,
'price_includes_vat': True,
'registration_date': '2023-10-05',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Renault Clio 1.0 Tce Equilibre - Petrol - Manual - 93 hp - 36.665 '
'km',
'transmission': 'manual',
'trim': 'Equilibre',
'vin': None,
'year': 2023}
2026-03-26 13:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721606%27 HTTP/1.1" 200 None
2026-03-26 13:39:00 [adesa.fr] INFO: Saving data for 10721606: {'auction_closing_time': 1798675200.0, 'created_time': 1774445614.949225, 'last_price_update_time': 1774532340.003947}
2026-03-26 13:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721606') HTTP/1.1" 204 0
2026-03-26 13:39:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 13:39:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10699512> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:39:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98b2c7ad-93e8-5715-b93b-4e83f8cab4d6 with identifier: 10699512
2026-03-26 13:39:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98b2c7ad-93e8-5715-b93b-4e83f8cab4d6 with scrape type 2
2026-03-26 13:39:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98b2c7ad-93e8-5715-b93b-4e83f8cab4d6 with scrape type 2
2026-03-26 13:39:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 98b2c7ad-93e8-5715-b93b-4e83f8cab4d6, identifier: 10699512
2026-03-26 13:39:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 98b2c7ad-93e8-5715-b93b-4e83f8cab4d6 with identifier: 10699512
2026-03-26 13:39:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 98b2c7ad-93e8-5715-b93b-4e83f8cab4d6 with identifier: 10699512
2026-03-26 13:39:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 98b2c7ad-93e8-5715-b93b-4e83f8cab4d6 with identifier: 10699512 to the API
2026-03-26 13:39:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:39:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:39:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10699512>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Petrol',
'id': '98b2c7ad-93e8-5715-b93b-4e83f8cab4d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GY-156-VF',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10699512',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 14952,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2024-08-22',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Allure - Petrol - Automatic - 131 hp - 14.952 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-26 13:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710699512%27 HTTP/1.1" 200 None
2026-03-26 13:39:02 [adesa.fr] INFO: Saving data for 10699512: {'auction_closing_time': 1798671600.0, 'created_time': 1774013616.20302, 'last_price_update_time': 1774532342.961382}
2026-03-26 13:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10699512') HTTP/1.1" 204 0
2026-03-26 13:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730689> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:39:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9743993-9427-5295-becb-abfd334d2014 with identifier: 10730689
2026-03-26 13:39:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9743993-9427-5295-becb-abfd334d2014 with scrape type 1
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F725a9a8e-4ca4-45a1-82f9-80bf84b8a5b6.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/725a9a8e-4ca4-45a1-82f9-80bf84b8a5b6.jpeg not downloaded yet
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F50e6a84d-8e98-4365-b384-ed0620792bcf.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/50e6a84d-8e98-4365-b384-ed0620792bcf.jpeg not downloaded yet
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252Fccfb9c5f-e980-46f8-993e-3050d9cbe2df.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/ccfb9c5f-e980-46f8-993e-3050d9cbe2df.jpeg not downloaded yet
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F361f4f2d-ddcb-4481-bd5e-df1986c5a5c1.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/361f4f2d-ddcb-4481-bd5e-df1986c5a5c1.jpeg not downloaded yet
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F4b747dcc-8f23-4cee-a49e-26fd80da4c25.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/4b747dcc-8f23-4cee-a49e-26fd80da4c25.jpeg not downloaded yet
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F73591580-36f7-4a89-86da-cf99f8a18243.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/73591580-36f7-4a89-86da-cf99f8a18243.jpeg not downloaded yet
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F783eaf9d-ac14-4a67-8f2a-1844243455bd.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/783eaf9d-ac14-4a67-8f2a-1844243455bd.jpeg not downloaded yet
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F541290b6-458f-4bcc-9fbd-60cfd1112ae5.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/541290b6-458f-4bcc-9fbd-60cfd1112ae5.jpeg not downloaded yet
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252Fca69032c-5225-4b1f-8f84-a62b3fbf5c78.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/ca69032c-5225-4b1f-8f84-a62b3fbf5c78.jpeg not downloaded yet
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F4917baaf-59ee-43d7-83db-28a605c1489c.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/4917baaf-59ee-43d7-83db-28a605c1489c.jpeg not downloaded yet
2026-03-26 13:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/361f4f2d-ddcb-4481-bd5e-df1986c5a5c1.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5eb49d0>
2026-03-26 13:39:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F361f4f2d-ddcb-4481-bd5e-df1986c5a5c1.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/361f4f2d-ddcb-4481-bd5e-df1986c5a5c1.jpeg saved to cache
2026-03-26 13:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/ca69032c-5225-4b1f-8f84-a62b3fbf5c78.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/73591580-36f7-4a89-86da-cf99f8a18243.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/541290b6-458f-4bcc-9fbd-60cfd1112ae5.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/4b747dcc-8f23-4cee-a49e-26fd80da4c25.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/ccfb9c5f-e980-46f8-993e-3050d9cbe2df.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/4917baaf-59ee-43d7-83db-28a605c1489c.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:03 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:03 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:03 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac604a910>
2026-03-26 13:39:03 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:03 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:03 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252Fca69032c-5225-4b1f-8f84-a62b3fbf5c78.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/ca69032c-5225-4b1f-8f84-a62b3fbf5c78.jpeg saved to cache
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac606fd90>
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F73591580-36f7-4a89-86da-cf99f8a18243.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/73591580-36f7-4a89-86da-cf99f8a18243.jpeg saved to cache
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac623de10>
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F541290b6-458f-4bcc-9fbd-60cfd1112ae5.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/541290b6-458f-4bcc-9fbd-60cfd1112ae5.jpeg saved to cache
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6103710>
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F4b747dcc-8f23-4cee-a49e-26fd80da4c25.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/4b747dcc-8f23-4cee-a49e-26fd80da4c25.jpeg saved to cache
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60117d0>
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252Fccfb9c5f-e980-46f8-993e-3050d9cbe2df.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/ccfb9c5f-e980-46f8-993e-3050d9cbe2df.jpeg saved to cache
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:04 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6277a10>
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:04 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F4917baaf-59ee-43d7-83db-28a605c1489c.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/4917baaf-59ee-43d7-83db-28a605c1489c.jpeg saved to cache
2026-03-26 13:39:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10653814> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:39:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730690> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:39:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/50e6a84d-8e98-4365-b384-ed0620792bcf.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/725a9a8e-4ca4-45a1-82f9-80bf84b8a5b6.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729900/general/783eaf9d-ac14-4a67-8f2a-1844243455bd.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730689)
2026-03-26 13:39:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5b9ee5a-3efd-56d2-b31a-80bee9d4f68b with identifier: 10653814
2026-03-26 13:39:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5b9ee5a-3efd-56d2-b31a-80bee9d4f68b with scrape type 2
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5b9ee5a-3efd-56d2-b31a-80bee9d4f68b with scrape type 2
2026-03-26 13:39:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: f5b9ee5a-3efd-56d2-b31a-80bee9d4f68b, identifier: 10653814
2026-03-26 13:39:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b with identifier: 10730690
2026-03-26 13:39:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b with scrape type 1
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F65dcaea6-f003-49a3-8388-244a4439dd0a.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/65dcaea6-f003-49a3-8388-244a4439dd0a.jpeg not downloaded yet
2026-03-26 13:39:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: f5b9ee5a-3efd-56d2-b31a-80bee9d4f68b with identifier: 10653814
2026-03-26 13:39:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: f5b9ee5a-3efd-56d2-b31a-80bee9d4f68b with identifier: 10653814
2026-03-26 13:39:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: f5b9ee5a-3efd-56d2-b31a-80bee9d4f68b with identifier: 10653814 to the API
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:39:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10653814>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 102,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': 'f5b9ee5a-3efd-56d2-b31a-80bee9d4f68b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '54835',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10653814',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 23057,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': True,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Style - Petrol - Manual - 102 hp - 23.057 km',
'transmission': 'manual',
'trim': 'Style',
'vin': None,
'year': 2025}
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710653814%27 HTTP/1.1" 200 None
2026-03-26 13:39:05 [adesa.fr] INFO: Saving data for 10653814: {'auction_closing_time': 1798675200.0, 'created_time': 1774013594.139615, 'last_price_update_time': 1774532345.487913}
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10653814') HTTP/1.1" 204 0
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F4eb6bce2-1538-46ee-8a4c-ed3226b7b6dd.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/4eb6bce2-1538-46ee-8a4c-ed3226b7b6dd.jpeg not downloaded yet
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F4f063891-2905-466b-aa82-38fd1fe3a8af.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/4f063891-2905-466b-aa82-38fd1fe3a8af.jpeg not downloaded yet
2026-03-26 13:39:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac8319950>
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F50e6a84d-8e98-4365-b384-ed0620792bcf.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/50e6a84d-8e98-4365-b384-ed0620792bcf.jpeg saved to cache
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac8031d10>
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F725a9a8e-4ca4-45a1-82f9-80bf84b8a5b6.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/725a9a8e-4ca4-45a1-82f9-80bf84b8a5b6.jpeg saved to cache
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:05 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54bd550>
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:05 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729900%252Fgeneral%252F783eaf9d-ac14-4a67-8f2a-1844243455bd.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729900/general/783eaf9d-ac14-4a67-8f2a-1844243455bd.jpeg saved to cache
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e9743993-9427-5295-becb-abfd334d2014
2026-03-26 13:39:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9743993-9427-5295-becb-abfd334d2014, skipping ID generation
2026-03-26 13:39:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9743993-9427-5295-becb-abfd334d2014 with scrape type 1
2026-03-26 13:39:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9743993-9427-5295-becb-abfd334d2014 sending to next pipeline
2026-03-26 13:39:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: e9743993-9427-5295-becb-abfd334d2014, identifier: 10730689
2026-03-26 13:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252Fc3e825d9-49a1-4b29-b944-104cebee237f.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/c3e825d9-49a1-4b29-b944-104cebee237f.jpeg not downloaded yet
2026-03-26 13:39:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: e9743993-9427-5295-becb-abfd334d2014 with identifier: 10730689
2026-03-26 13:39:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: e9743993-9427-5295-becb-abfd334d2014 with identifier: 10730689
2026-03-26 13:39:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: e9743993-9427-5295-becb-abfd334d2014 with identifier: 10730689 to the API
2026-03-26 13:39:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:39:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:39:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5729900/general/783eaf9d-ac14-4a67-8f2a-1844243455bd.jpeg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'e9743993-9427-5295-becb-abfd334d2014',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GF-415-XW',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730689',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Peugeot',
'model': '208',
'odometer': 89935,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 48,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3807392,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/725a9a8e-4ca4-45a1-82f9-80bf84b8a5b6.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3731242,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/50e6a84d-8e98-4365-b384-ed0620792bcf.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3280369,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/ccfb9c5f-e980-46f8-993e-3050d9cbe2df.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3752987,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/361f4f2d-ddcb-4481-bd5e-df1986c5a5c1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3226818,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/4b747dcc-8f23-4cee-a49e-26fd80da4c25.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3097975,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/73591580-36f7-4a89-86da-cf99f8a18243.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2862924,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/783eaf9d-ac14-4a67-8f2a-1844243455bd.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2685749,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/541290b6-458f-4bcc-9fbd-60cfd1112ae5.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2672409,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/ca69032c-5225-4b1f-8f84-a62b3fbf5c78.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9743993-9427-5295-becb-abfd334d2014/e9743993-9427-5295-becb-abfd334d2014_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1534048,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729900/general/4917baaf-59ee-43d7-83db-28a605c1489c.jpeg',
'Width': 4032}],
'price': 6400,
'price_includes_vat': True,
'registration_date': '2022-04-21',
'seats_number': 5,
'seller_name': 'SAS COMPAGNIE PICARDE DE LOGISTIQUE AUTO',
'title': 'Peugeot 208 1.2i Allure - Petrol - Manual - 100 hp - 89.935 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2022}
2026-03-26 13:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730689%27 HTTP/1.1" 200 None
2026-03-26 13:39:06 [adesa.fr] INFO: Saving data for 10730689: {'created_time': 1774532346.988678, 'last_price_update_time': 1774532346.988689, 'auction_closing_time': 1774609200.0}
2026-03-26 13:39:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10730689') HTTP/1.1" 204 0
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F30d6de44-35b8-4ec7-a35f-4e9bfd2cf82b.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/30d6de44-35b8-4ec7-a35f-4e9bfd2cf82b.jpeg not downloaded yet
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F060e086e-6163-4e9d-9a49-8fc7ee6b7a15.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/060e086e-6163-4e9d-9a49-8fc7ee6b7a15.jpeg not downloaded yet
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F07f652ce-72fc-4dd7-8b77-ab7778f36902.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/07f652ce-72fc-4dd7-8b77-ab7778f36902.jpeg not downloaded yet
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252Fe00db4f4-9a61-4128-83c0-7de5b33cb3c9.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/e00db4f4-9a61-4128-83c0-7de5b33cb3c9.jpeg not downloaded yet
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F8957fdaf-0a06-4df7-b29a-ad4b82611db4.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/8957fdaf-0a06-4df7-b29a-ad4b82611db4.jpeg not downloaded yet
2026-03-26 13:39:07 [scrapy.extensions.logstats] INFO: Crawled 150 pages (at 49 pages/min), scraped 141 items (at 48 items/min)
2026-03-26 13:39:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 201MiB
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F67d7778a-553d-40c5-b083-d3ba7af5fe00.jpeg%27 HTTP/1.1" 200 None
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/67d7778a-553d-40c5-b083-d3ba7af5fe00.jpeg not downloaded yet
2026-03-26 13:39:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/4f063891-2905-466b-aa82-38fd1fe3a8af.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/30d6de44-35b8-4ec7-a35f-4e9bfd2cf82b.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/8957fdaf-0a06-4df7-b29a-ad4b82611db4.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ad47f1990>
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F4f063891-2905-466b-aa82-38fd1fe3a8af.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/4f063891-2905-466b-aa82-38fd1fe3a8af.jpeg saved to cache
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5eb9050>
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F30d6de44-35b8-4ec7-a35f-4e9bfd2cf82b.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/30d6de44-35b8-4ec7-a35f-4e9bfd2cf82b.jpeg saved to cache
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:07 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac8309a10>
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:07 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F8957fdaf-0a06-4df7-b29a-ad4b82611db4.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/8957fdaf-0a06-4df7-b29a-ad4b82611db4.jpeg saved to cache
2026-03-26 13:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/67d7778a-553d-40c5-b083-d3ba7af5fe00.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/c3e825d9-49a1-4b29-b944-104cebee237f.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/07f652ce-72fc-4dd7-8b77-ab7778f36902.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/65dcaea6-f003-49a3-8388-244a4439dd0a.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/4eb6bce2-1538-46ee-8a4c-ed3226b7b6dd.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54c6350>
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F67d7778a-553d-40c5-b083-d3ba7af5fe00.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/67d7778a-553d-40c5-b083-d3ba7af5fe00.jpeg saved to cache
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac830f790>
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252Fc3e825d9-49a1-4b29-b944-104cebee237f.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/c3e825d9-49a1-4b29-b944-104cebee237f.jpeg saved to cache
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6147dd0>
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F07f652ce-72fc-4dd7-8b77-ab7778f36902.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/07f652ce-72fc-4dd7-8b77-ab7778f36902.jpeg saved to cache
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6049990>
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F65dcaea6-f003-49a3-8388-244a4439dd0a.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/65dcaea6-f003-49a3-8388-244a4439dd0a.jpeg saved to cache
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:08 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5fa1910>
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:08 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F4eb6bce2-1538-46ee-8a4c-ed3226b7b6dd.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/4eb6bce2-1538-46ee-8a4c-ed3226b7b6dd.jpeg saved to cache
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721435> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:39:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10723137> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:39:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/e00db4f4-9a61-4128-83c0-7de5b33cb3c9.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5729903/general/060e086e-6163-4e9d-9a49-8fc7ee6b7a15.jpeg> (referer: https://www.openlane.eu/en/carv6/auction/10730690)
2026-03-26 13:39:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 756a2ae4-f517-5883-aea1-ade930d59e62 with identifier: 10721435
2026-03-26 13:39:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 756a2ae4-f517-5883-aea1-ade930d59e62 with scrape type 2
2026-03-26 13:39:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 756a2ae4-f517-5883-aea1-ade930d59e62 with scrape type 2
2026-03-26 13:39:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: 756a2ae4-f517-5883-aea1-ade930d59e62, identifier: 10721435
2026-03-26 13:39:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e46dcc6e-b08f-5d62-9728-634b28cc7dec with identifier: 10723137
2026-03-26 13:39:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e46dcc6e-b08f-5d62-9728-634b28cc7dec with scrape type 1
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F8cb3f924-e227-4020-b4a9-704758e257e8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/8cb3f924-e227-4020-b4a9-704758e257e8.jpg not downloaded yet
2026-03-26 13:39:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: 756a2ae4-f517-5883-aea1-ade930d59e62 with identifier: 10721435
2026-03-26 13:39:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: 756a2ae4-f517-5883-aea1-ade930d59e62 with identifier: 10721435
2026-03-26 13:39:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: 756a2ae4-f517-5883-aea1-ade930d59e62 with identifier: 10721435 to the API
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:39:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721435>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 94,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Hybrid',
'id': '756a2ae4-f517-5883-aea1-ade930d59e62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GG070XY',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721435',
'listing': 'auctionplusdirectbuy',
'location': 'Tarnos (France)',
'make': 'Renault',
'model': 'Arkana',
'odometer': 88361,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 11400,
'price_includes_vat': True,
'registration_date': '2022-06-15',
'seats_number': 5,
'seller_name': 'ARVAL SERVICE LEASE',
'title': 'Renault Arkana 1.6 Business - Hybrid - Automatic - 94 hp - 88.361 '
'km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710721435%27 HTTP/1.1" 200 None
2026-03-26 13:39:09 [adesa.fr] INFO: Saving data for 10721435: {'auction_closing_time': 1774609200.0, 'created_time': 1774445567.098404, 'last_price_update_time': 1774532349.315902}
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10721435') HTTP/1.1" 204 0
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F8f09d67f-8318-491d-adfa-f6e683f87c40.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/8f09d67f-8318-491d-adfa-f6e683f87c40.jpg not downloaded yet
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F344ce168-a739-4a87-90a8-f052e28dee3e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/344ce168-a739-4a87-90a8-f052e28dee3e.jpg not downloaded yet
2026-03-26 13:39:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac611f810>
2026-03-26 13:39:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252Fe00db4f4-9a61-4128-83c0-7de5b33cb3c9.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/e00db4f4-9a61-4128-83c0-7de5b33cb3c9.jpeg saved to cache
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:09 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x00\x01'
2026-03-26 13:39:09 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:09 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6296110>
2026-03-26 13:39:09 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:09 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5729903%252Fgeneral%252F060e086e-6163-4e9d-9a49-8fc7ee6b7a15.jpeg') HTTP/1.1" 204 0
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5729903/general/060e086e-6163-4e9d-9a49-8fc7ee6b7a15.jpeg saved to cache
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b
2026-03-26 13:39:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b, skipping ID generation
2026-03-26 13:39:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b with scrape type 1
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b sending to next pipeline
2026-03-26 13:39:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b, identifier: 10730690
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252Ff2c2763e-040d-4aaf-8ec8-a459f8f9195b.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/f2c2763e-040d-4aaf-8ec8-a459f8f9195b.jpg not downloaded yet
2026-03-26 13:39:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b with identifier: 10730690
2026-03-26 13:39:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b with identifier: 10730690
2026-03-26 13:39:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b with identifier: 10730690 to the API
2026-03-26 13:39:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:39:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5729903/general/060e086e-6163-4e9d-9a49-8fc7ee6b7a15.jpeg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GS-008-DH',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730690',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Peugeot',
'model': '208',
'odometer': 76640,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 41,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3923721,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/65dcaea6-f003-49a3-8388-244a4439dd0a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3896757,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/4eb6bce2-1538-46ee-8a4c-ed3226b7b6dd.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3223491,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/4f063891-2905-466b-aa82-38fd1fe3a8af.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3542926,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/c3e825d9-49a1-4b29-b944-104cebee237f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3460224,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/30d6de44-35b8-4ec7-a35f-4e9bfd2cf82b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3422449,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/060e086e-6163-4e9d-9a49-8fc7ee6b7a15.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2668781,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/07f652ce-72fc-4dd7-8b77-ab7778f36902.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2359638,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/e00db4f4-9a61-4128-83c0-7de5b33cb3c9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2516509,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/8957fdaf-0a06-4df7-b29a-ad4b82611db4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b/f2da164e-ad7b-5f1d-8f9c-1a15d66cbe3b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2639005,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5729903/general/67d7778a-553d-40c5-b083-d3ba7af5fe00.jpeg',
'Width': 4032}],
'price': 9700,
'price_includes_vat': True,
'registration_date': '2023-10-31',
'seats_number': 5,
'seller_name': 'SAS COMPAGNIE PICARDE DE LOGISTIQUE AUTO',
'title': 'Peugeot 208 1.2i Style - Petrol - Automatic - 100 hp - 76.640 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2023}
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710730690%27 HTTP/1.1" 200 None
2026-03-26 13:39:10 [adesa.fr] INFO: Saving data for 10730690: {'created_time': 1774532350.673157, 'last_price_update_time': 1774532350.673168, 'auction_closing_time': 1774609200.0}
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10730690') HTTP/1.1" 204 0
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F4a9f2081-963a-460d-9f13-7b267e247264.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/4a9f2081-963a-460d-9f13-7b267e247264.jpg not downloaded yet
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252Fcee836d7-6ca4-4309-9784-f74f48f014a2.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/cee836d7-6ca4-4309-9784-f74f48f014a2.jpg not downloaded yet
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F0f4123a8-79b4-45d1-8e69-b7b05049b6bf.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/0f4123a8-79b4-45d1-8e69-b7b05049b6bf.jpg not downloaded yet
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F6b30172a-b6a4-4967-84a1-9ec031a46a3e.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/6b30172a-b6a4-4967-84a1-9ec031a46a3e.jpg not downloaded yet
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252Ff3e1bbcb-ba27-4f24-93f7-7b96ea3641b3.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/f3e1bbcb-ba27-4f24-93f7-7b96ea3641b3.jpg not downloaded yet
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F19a9d08f-f85b-442c-accb-71cf7739c1c8.jpg%27 HTTP/1.1" 200 None
2026-03-26 13:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/19a9d08f-f85b-442c-accb-71cf7739c1c8.jpg not downloaded yet
2026-03-26 13:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/344ce168-a739-4a87-90a8-f052e28dee3e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/8f09d67f-8318-491d-adfa-f6e683f87c40.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/4a9f2081-963a-460d-9f13-7b267e247264.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/8cb3f924-e227-4020-b4a9-704758e257e8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/f2c2763e-040d-4aaf-8ec8-a459f8f9195b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/cee836d7-6ca4-4309-9784-f74f48f014a2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/f3e1bbcb-ba27-4f24-93f7-7b96ea3641b3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/6b30172a-b6a4-4967-84a1-9ec031a46a3e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac830f790>
2026-03-26 13:39:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_2.jpg HTTP/1.1" 201 0
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F344ce168-a739-4a87-90a8-f052e28dee3e.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/344ce168-a739-4a87-90a8-f052e28dee3e.jpg saved to cache
2026-03-26 13:39:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/0f4123a8-79b4-45d1-8e69-b7b05049b6bf.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:10 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:10 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac60be410>
2026-03-26 13:39:10 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:10 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:10 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_1.jpg HTTP/1.1" 201 0
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F8f09d67f-8318-491d-adfa-f6e683f87c40.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/8f09d67f-8318-491d-adfa-f6e683f87c40.jpg saved to cache
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ad609ead0>
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_4.jpg HTTP/1.1" 201 0
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F4a9f2081-963a-460d-9f13-7b267e247264.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/4a9f2081-963a-460d-9f13-7b267e247264.jpg saved to cache
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54b18d0>
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_0.jpg HTTP/1.1" 201 0
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F8cb3f924-e227-4020-b4a9-704758e257e8.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/8cb3f924-e227-4020-b4a9-704758e257e8.jpg saved to cache
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5edf7d0>
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_3.jpg HTTP/1.1" 201 0
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252Ff2c2763e-040d-4aaf-8ec8-a459f8f9195b.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/f2c2763e-040d-4aaf-8ec8-a459f8f9195b.jpg saved to cache
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac5eb85d0>
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_5.jpg HTTP/1.1" 201 0
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252Fcee836d7-6ca4-4309-9784-f74f48f014a2.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/cee836d7-6ca4-4309-9784-f74f48f014a2.jpg saved to cache
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5745675/general/19a9d08f-f85b-442c-accb-71cf7739c1c8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10723137)
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac54c9990>
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_8.jpg HTTP/1.1" 201 0
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252Ff3e1bbcb-ba27-4f24-93f7-7b96ea3641b3.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/f3e1bbcb-ba27-4f24-93f7-7b96ea3641b3.jpg saved to cache
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac549f510>
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_7.jpg HTTP/1.1" 201 0
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F6b30172a-b6a4-4967-84a1-9ec031a46a3e.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/6b30172a-b6a4-4967-84a1-9ec031a46a3e.jpg saved to cache
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac62a3350>
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_6.jpg HTTP/1.1" 201 0
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F0f4123a8-79b4-45d1-8e69-b7b05049b6bf.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/0f4123a8-79b4-45d1-8e69-b7b05049b6bf.jpg saved to cache
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f2ac6276190>
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 13:39:11 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_9.jpg HTTP/1.1" 201 0
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.fr',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5745675%252Fgeneral%252F19a9d08f-f85b-442c-accb-71cf7739c1c8.jpg') HTTP/1.1" 204 0
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5745675/general/19a9d08f-f85b-442c-accb-71cf7739c1c8.jpg saved to cache
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e46dcc6e-b08f-5d62-9728-634b28cc7dec
2026-03-26 13:39:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e46dcc6e-b08f-5d62-9728-634b28cc7dec, skipping ID generation
2026-03-26 13:39:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e46dcc6e-b08f-5d62-9728-634b28cc7dec with scrape type 1
2026-03-26 13:39:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e46dcc6e-b08f-5d62-9728-634b28cc7dec sending to next pipeline
2026-03-26 13:39:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: e46dcc6e-b08f-5d62-9728-634b28cc7dec, identifier: 10723137
2026-03-26 13:39:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: e46dcc6e-b08f-5d62-9728-634b28cc7dec with identifier: 10723137
2026-03-26 13:39:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: e46dcc6e-b08f-5d62-9728-634b28cc7dec with identifier: 10723137
2026-03-26 13:39:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: e46dcc6e-b08f-5d62-9728-634b28cc7dec with identifier: 10723137 to the API
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:39:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:39:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5745675/general/19a9d08f-f85b-442c-accb-71cf7739c1c8.jpg>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 136,
'expiration_date': '2026-12-30T23:00:00Z',
'fuel_type': 'Hybrid',
'id': 'e46dcc6e-b08f-5d62-9728-634b28cc7dec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'HC-404-AQ',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10723137',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 13595,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 27,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231238,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/8cb3f924-e227-4020-b4a9-704758e257e8.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 213317,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/8f09d67f-8318-491d-adfa-f6e683f87c40.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202607,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/344ce168-a739-4a87-90a8-f052e28dee3e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201107,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/f2c2763e-040d-4aaf-8ec8-a459f8f9195b.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222841,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/4a9f2081-963a-460d-9f13-7b267e247264.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207908,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/cee836d7-6ca4-4309-9784-f74f48f014a2.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 349771,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/0f4123a8-79b4-45d1-8e69-b7b05049b6bf.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281494,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/6b30172a-b6a4-4967-84a1-9ec031a46a3e.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 298307,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/f3e1bbcb-ba27-4f24-93f7-7b96ea3641b3.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e46dcc6e-b08f-5d62-9728-634b28cc7dec/e46dcc6e-b08f-5d62-9728-634b28cc7dec_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 336561,
'Height': 1280,
'OriginUrl': 'https://images.openlane.eu/carimgs/5745675/general/19a9d08f-f85b-442c-accb-71cf7739c1c8.jpg',
'Width': 1920}],
'price': 17700,
'price_includes_vat': True,
'registration_date': '2025-02-21',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 2008 1.2 Allure - Hybrid - Automatic - 136 hp - 13.595 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 13:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710723137%27 HTTP/1.1" 200 None
2026-03-26 13:39:12 [adesa.fr] INFO: Saving data for 10723137: {'created_time': 1774532352.021306, 'last_price_update_time': 1774532352.02132, 'auction_closing_time': 1798671600.0}
2026-03-26 13:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10723137') HTTP/1.1" 204 0
2026-03-26 13:39:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10724720> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 13:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea8ef0c3-f5c9-5861-9a32-6de227fe784b with identifier: 10724720
2026-03-26 13:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea8ef0c3-f5c9-5861-9a32-6de227fe784b with scrape type 2
2026-03-26 13:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea8ef0c3-f5c9-5861-9a32-6de227fe784b with scrape type 2
2026-03-26 13:39:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.fr, Processed item id: ea8ef0c3-f5c9-5861-9a32-6de227fe784b, identifier: 10724720
2026-03-26 13:39:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.fr, Translating item: ea8ef0c3-f5c9-5861-9a32-6de227fe784b with identifier: 10724720
2026-03-26 13:39:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.fr, Applying rules to item: ea8ef0c3-f5c9-5861-9a32-6de227fe784b with identifier: 10724720
2026-03-26 13:39:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.fr, Posting item: ea8ef0c3-f5c9-5861-9a32-6de227fe784b with identifier: 10724720 to the API
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 13:39:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10724720>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-27T11:00:00Z',
'fuel_type': 'Petrol',
'id': 'ea8ef0c3-f5c9-5861-9a32-6de227fe784b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'GS-092-GX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10724720',
'listing': 'auctionplusdirectbuy',
'location': 'Bouchain (France)',
'make': 'Peugeot',
'model': '2008',
'odometer': 83699,
'odometer_reading_unit': 'km',
'origin_country_code': 'FR',
'original_photo_count': 0,
'price': 12100,
'price_includes_vat': True,
'registration_date': '2023-11-09',
'seats_number': 5,
'seller_name': 'SAS COMPAGNIE PICARDE DE LOGISTIQUE AUTO',
'title': 'Peugeot 2008 1.2 GT - Petrol - Automatic - 130 hp - 83.699 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2023}
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710724720%27 HTTP/1.1" 200 None
2026-03-26 13:39:32 [adesa.fr] INFO: Saving data for 10724720: {'auction_closing_time': 1774609200.0, 'created_time': 1774445569.388992, 'last_price_update_time': 1774532372.286329}
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10724720') HTTP/1.1" 204 0
2026-03-26 13:39:32 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-26 13:39:32 [adesa.fr] INFO: adesa.fr Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: -1, <ScrapeType.NEW_DUPLICATE_ID: 4>: 1, <ScrapeType.PRICE_UPDATE: 2>: 3, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 4, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20RowKey%20eq%20%2710726267%27 HTTP/1.1" 200 None
2026-03-26 13:39:32 [adesa.fr] INFO: Saving data for 10726267: {'created_time': 1774532372.458585}
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.fr',RowKey='10726267') HTTP/1.1" 204 0
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.fr%27%20and%20last_price_update_time%20lt%201774100372 HTTP/1.1" 200 None
2026-03-26 13:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.fr',RowKey='10578107') HTTP/1.1" 204 0
2026-03-26 13:39:32 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (145 items) in: file:///var/lib/scrapyd/items/sourcing_v2/adesa.fr/task_41_2026-03-26T13_30_00.jl
2026-03-26 13:39:32 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 347866,
'downloader/request_count': 408,
'downloader/request_method_count/GET': 401,
'downloader/request_method_count/POST': 7,
'downloader/response_bytes': 174363193,
'downloader/response_count': 408,
'downloader/response_status_count/200': 408,
'elapsed_time_seconds': 565.444759,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 26, 13, 39, 32, 551014, tzinfo=datetime.timezone.utc),
'item_scraped_count': 145,
'log_count/DEBUG': 5043,
'log_count/INFO': 5167,
'memusage/max': 211480576,
'memusage/startup': 150138880,
'photo_download_count': 255,
'request_depth_max': 7,
'response_received_count': 153,
'scheduler/dequeued': 408,
'scheduler/dequeued/memory': 408,
'scheduler/enqueued': 408,
'scheduler/enqueued/memory': 408,
'scrape_type/new': 53,
'scrape_type/new_duplicate_id': 1,
'scrape_type/price_update': 92,
'scrape_type/skipped': 461,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 171,
'scrapy-zyte-api/error_ratio': 0.10526315789473684,
'scrapy-zyte-api/error_types/download/temporary-error': 2,
'scrapy-zyte-api/errors': 18,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 16,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 11.684225414597226,
'scrapy-zyte-api/mean_response_seconds': 11.782210622956736,
'scrapy-zyte-api/processed': 153,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 153,
'scrapy-zyte-api/request_args/experimental.requestCookies': 152,
'scrapy-zyte-api/request_args/experimental.responseCookies': 153,
'scrapy-zyte-api/request_args/httpRequestBody': 7,
'scrapy-zyte-api/request_args/httpRequestMethod': 7,
'scrapy-zyte-api/request_args/httpResponseBody': 153,
'scrapy-zyte-api/request_args/httpResponseHeaders': 153,
'scrapy-zyte-api/request_args/url': 153,
'scrapy-zyte-api/status_codes/0': 16,
'scrapy-zyte-api/status_codes/200': 153,
'scrapy-zyte-api/status_codes/520': 2,
'scrapy-zyte-api/success': 153,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 607,
'source/total_available': 607,
'start_time': datetime.datetime(2026, 3, 26, 13, 30, 7, 106255, tzinfo=datetime.timezone.utc)}
2026-03-26 13:39:32 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-26 13:39:32 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2ac804de10>
2026-03-26 13:39:32 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f2ac804e150>